Home
last modified time | relevance | path

Searched refs:getCachedResult (Results 1 – 6 of 6) sorted by relevance

/external/llvm/unittests/IR/
DPassManagerTest.cpp133 MAM.getCachedResult<TestModuleAnalysis>(*F.getParent())) in run()
139 AM->getCachedResult<TestFunctionAnalysis>(F)) in run()
/external/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp1569 AM->getCachedResult<DominatorTreeAnalysis>(F), in run()
1570 AM->getCachedResult<LoopAnalysis>(F)); in run()
/external/llvm/include/llvm/IR/
DPassManager.h329 typename PassT::Result *getCachedResult(IRUnitT &IR) const { in getCachedResult() function
/external/clang/lib/Basic/
DSourceManager.cpp2054 return IsBeforeInTUCache.getCachedResult(LOffs.second, ROffs.second); in isBeforeInTranslationUnit()
2084 return IsBeforeInTUCache.getCachedResult(LOffs.second, ROffs.second); in isBeforeInTranslationUnit()
/external/clang/include/clang/Basic/
DSourceManager.h494 bool getCachedResult(unsigned LOffset, unsigned ROffset) const { in getCachedResult() function
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp3085 auto *LI = AM->getCachedResult<LoopAnalysis>(F); in run()