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

Method analyzeProperty

lib/propanalysis/ArrayAnalyzer.cpp:48–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48void ArrayAnalyzer::analyzeProperty(llvm::Argument &A) {
49 if (updateArgFlow(A))
50 return;
51
52 analyzeArray(A);
53 assert(Report && "Unexpected Program State");
54 Report->add(getOrCreateArgFlow(A));
55}
56
57void ArrayAnalyzer::analyzeArray(llvm::Argument &A) {
58 std::set<Value *> VisitedNodes;

Callers

nothing calls this directly

Calls 1

addMethod · 0.45

Tested by

no test coverage detected