search for: getnumloads

Displaying 3 results from an estimated 3 matches for "getnumloads".

2018 Feb 07
2
Question about using LoopAccessLegacyAnalysis
...for(LoopInfo::iterator lp = li.begin(); lp != li.end(); lp++) { Loop *loop = *lp; const LoopAccessInfo &lai = lala.getInfo(loop); // need help here // I can’t get any information from the LoopAccessInfo instance. errs()<<lai.getNumLoads(); // return 0 } } // register static RegisterPass<SkeletonPass> X("test", "test for using the existing pass", “false", “false”); I must be missing something important. Any response would b...
2018 Feb 08
0
Question about using LoopAccessLegacyAnalysis
...(); lp++) > { > Loop *loop = *lp; > const LoopAccessInfo &lai = lala.getInfo(loop); > > // need help here > // I can’t get any information from the LoopAccessInfo > instance. > errs()<<lai.getNumLoads(); // return 0 > } > } > > > // register > static RegisterPass<SkeletonPass> X("test", "test for using the existing > pass", > “false", > “false”); > > &...
2018 Feb 07
0
Question about using LoopAccessLegacyAnalysis
...(LoopInfo::iterator lp = li.begin(); lp != li.end(); lp++) { Loop *loop = *lp; const LoopAccessInfo &lai = lala.getInfo(loop); // need help here // I can’t get any information from the LoopAccessInfo instance. errs()<<lai.getNumLoads(); // return 0 } } // register static RegisterPass<SkeletonPass> X("test", "test for using the existing pass", “false", “false”); I must be missing something important. Any response would...