MCPcopy Create free account
hub / github.com/Samsung/UTopia / analyze

Method analyze

tests/rootdefanalysis/TestClass.cpp:47–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 }
46
47 std::set<RDNode> analyze(std::string FuncName, unsigned BIdx, unsigned IIdx,
48 unsigned OIdx) {
49 auto *I = IRAH->getInstruction(FuncName, BIdx, IIdx);
50 if (!I)
51 return {};
52
53 return analyze(*I, OIdx);
54 }
55
56 std::set<RDNode> analyze(llvm::Instruction &I, unsigned OIdx) {
57 RDExtension Extension;

Callers 4

createLoaderMethod · 0.45
SetUpTestCaseMethod · 0.45
SetUpTestCaseMethod · 0.45
TEST_FFunction · 0.45

Calls 8

getMangledNamesFunction · 0.85
getInstructionMethod · 0.80
getFunctionMethod · 0.80
setSearchSpaceMethod · 0.80
getRootDefinitionsMethod · 0.80
getASTUnitsMethod · 0.45

Tested by

no test coverage detected