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

Method analyzeProperty

lib/propanalysis/LoopAnalyzer.cpp:27–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25const LoopAnalysisReport &LoopAnalyzer::result() const { return Report; }
26
27void LoopAnalyzer::analyzeProperty(llvm::Argument &A) {
28 if (updateArgFlow(A))
29 return;
30
31 analyzeLoop(A);
32 Report.add(getOrCreateArgFlow(A));
33}
34
35void LoopAnalyzer::analyzeLoop(llvm::Argument &A) {
36 std::set<Value *> VisitedNodes;

Callers

nothing calls this directly

Calls 1

addMethod · 0.45

Tested by

no test coverage detected