HomeSort by relevance Sort by last modified time
    Searched refs:getCachedResultImpl (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/IR/
PassManager.cpp 62 ModuleAnalysisManager::getCachedResultImpl(void *PassID, Module *M) const {
140 FunctionAnalysisManager::getCachedResultImpl(void *PassID, Function *F) const {
  /external/llvm/lib/Analysis/
CGSCCPassManager.cpp 74 CGSCCAnalysisManager::getCachedResultImpl(void *PassID,
  /external/llvm/include/llvm/IR/
PassManager.h 559 /// - getCachedResultImpl
617 derived_this()->getCachedResultImpl(PassT::ID(), IR);
713 ResultConceptT *getCachedResultImpl(void *PassID, Module *M) const;
777 ResultConceptT *getCachedResultImpl(void *PassID, Function *F) const;
    [all...]
  /external/llvm/include/llvm/Analysis/
CGSCCPassManager.h 116 ResultConceptT *getCachedResultImpl(void *PassID,

Completed in 70 milliseconds