Searched refs:getCachedResult (Results 1 – 6 of 6) sorted by relevance
133 MAM.getCachedResult<TestModuleAnalysis>(*F.getParent())) in run()139 AM->getCachedResult<TestFunctionAnalysis>(F)) in run()
1569 AM->getCachedResult<DominatorTreeAnalysis>(F), in run()1570 AM->getCachedResult<LoopAnalysis>(F)); in run()
329 typename PassT::Result *getCachedResult(IRUnitT &IR) const { in getCachedResult() function
2054 return IsBeforeInTUCache.getCachedResult(LOffs.second, ROffs.second); in isBeforeInTranslationUnit()2084 return IsBeforeInTUCache.getCachedResult(LOffs.second, ROffs.second); in isBeforeInTranslationUnit()
494 bool getCachedResult(unsigned LOffset, unsigned ROffset) const { in getCachedResult() function
3085 auto *LI = AM->getCachedResult<LoopAnalysis>(F); in run()