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

  /external/llvm/lib/IR/
PassManager.cpp 47 ModuleAnalysisManager::getResultImpl(void *PassID, Module *M) {
122 FunctionAnalysisManager::getResultImpl(void *PassID, Function *F) {
  /external/llvm/lib/Analysis/
CGSCCPassManager.cpp 56 CGSCCAnalysisManager::getResultImpl(void *PassID, LazyCallGraph::SCC *C) {
  /external/llvm/include/llvm/IR/
PassManager.h 558 /// - getResultImpl
600 derived_this()->getResultImpl(PassT::ID(), IR);
710 ResultConceptT &getResultImpl(void *PassID, Module *M);
774 ResultConceptT &getResultImpl(void *PassID, Function *F);
    [all...]
  /external/llvm/include/llvm/Analysis/
CGSCCPassManager.h 113 ResultConceptT &getResultImpl(void *PassID, LazyCallGraph::SCC *C);

Completed in 68 milliseconds