| /NextBSD/contrib/llvm/lib/Analysis/ |
| HD | MemoryDependenceAnalysis.cpp | 756 if (I->getResult().isDirty()) in getNonLocalCallDependency() 804 if (!Entry->getResult().isDirty()) in getNonLocalCallDependency() 815 if (Instruction *Inst = ExistingResult->getResult().getInst()) { in getNonLocalCallDependency() 942 if (ExistingResult && !ExistingResult->getResult().isDirty()) { in GetNonLocalInfoForBlock() 944 return ExistingResult->getResult(); in GetNonLocalInfoForBlock() 951 if (ExistingResult && ExistingResult->getResult().getInst()) { in GetNonLocalInfoForBlock() 952 assert(ExistingResult->getResult().getInst()->getParent() == BB && in GetNonLocalInfoForBlock() 955 ScanPos = ExistingResult->getResult().getInst(); in GetNonLocalInfoForBlock() 1070 if (Instruction *Inst = DI->getResult().getInst()) in getNonLocalPointerDepFromBB() 1091 if (Instruction *Inst = DI->getResult().getInst()) in getNonLocalPointerDepFromBB() [all …]
|
| HD | MemDepPrinter.cpp | 116 const MemDepResult &Res = I->getResult(); in runOnFunction() 128 const MemDepResult &Res = I->getResult(); in runOnFunction()
|
| HD | AssumptionCache.cpp | 81 AssumptionCache &AC = AM->getResult<AssumptionAnalysis>(F); in run()
|
| HD | LoopInfo.cpp | 678 LI.Analyze(AM->getResult<DominatorTreeAnalysis>(F)); in run() 684 AM->getResult<LoopAnalysis>(F).print(OS); in run()
|
| HD | LazyCallGraph.cpp | 713 LazyCallGraph &G = AM->getResult<LazyCallGraphAnalysis>(M); in run()
|
| /NextBSD/contrib/llvm/include/llvm/Analysis/ |
| HD | MemoryDependenceAnalysis.h | 205 const MemDepResult &getResult() const { return Result; } in getResult() function 230 const MemDepResult &getResult() const { return Entry.getResult(); } in getResult() function
|
| HD | CGSCCPassManager.h | 223 AM->getResult<CGSCCAnalysisManagerModuleProxy>(M).getManager(); in run() 226 LazyCallGraph &CG = AM->getResult<LazyCallGraphAnalysis>(M); in run() 446 FAM = &AM->getResult<FunctionAnalysisManagerCGSCCProxy>(C).getManager(); in run()
|
| /NextBSD/contrib/llvm/lib/Transforms/Scalar/ |
| HD | SimplifyCFGPass.cpp | 182 auto &TTI = AM->getResult<TargetIRAnalysis>(F); in run() 183 auto &AC = AM->getResult<AssumptionAnalysis>(F); in run()
|
| HD | EarlyCSE.cpp | 712 auto &TLI = AM->getResult<TargetLibraryAnalysis>(F); in run() 713 auto &TTI = AM->getResult<TargetIRAnalysis>(F); in run() 714 auto &DT = AM->getResult<DominatorTreeAnalysis>(F); in run() 715 auto &AC = AM->getResult<AssumptionAnalysis>(F); in run()
|
| HD | StructurizeCFG.cpp | 113 BasicBlock *getResult() { in getResult() function in __anon7020cac60111::NearestCommonDominator 554 PhiInserter.AddAvailableValue(Dominator.getResult(), Default); in insertConditions() 620 Updater.AddAvailableValue(Dominator.getResult(), Undef); in setPhiValues()
|
| HD | GVN.cpp | 342 if (I->getResult().isNonLocal()) in lookup_or_add_call() 347 if (!I->getResult().isDef() || cdep != nullptr) { in lookup_or_add_call() 352 CallInst *NonLocalDepCall = dyn_cast<CallInst>(I->getResult().getInst()); in lookup_or_add_call() 1382 MemDepResult DepInfo = Deps[i].getResult(); in AnalyzeLoadAvailability() 1721 !Deps[0].getResult().isDef() && !Deps[0].getResult().isClobber()) { in processNonLocalLoad()
|
| HD | RewriteStatepointsForGC.cpp | 647 PhiState getResult() const { return currentResult; } in getResult() function in __anon6df252b30411::MeetPhiStates 804 PhiState newState = calculateMeet.getResult(); in findBasePointer()
|
| /NextBSD/contrib/llvm/lib/IR/ |
| HD | Dominators.cpp | 316 AM->getResult<DominatorTreeAnalysis>(F).print(OS); in run() 323 AM->getResult<DominatorTreeAnalysis>(F).verifyDomTree(); in run()
|
| /NextBSD/contrib/llvm/include/llvm/IR/ |
| HD | PassManager.h | 311 template <typename PassT> typename PassT::Result &getResult(IRUnitT &IR) { in getResult() function 789 FAM = &AM->getResult<FunctionAnalysisManagerModuleProxy>(M).getManager(); in run() 847 (void)AM->template getResult<AnalysisT>(Arg); in run()
|
| /NextBSD/contrib/llvm/utils/TableGen/ |
| HD | DAGISelMatcherOpt.cpp | 108 if (CM->getResult(i) != RootResultFirst+i) in ContractNodes()
|
| HD | CodeGenDAGPatterns.h | 659 Record *getResult(unsigned RN) const { in getResult() function
|
| HD | DAGISelMatcherEmitter.cpp | 580 NumResultBytes += EmitVBRValue(CM->getResult(i), OS); in EmitMatcher()
|
| HD | DAGISelMatcher.h | 1160 unsigned getResult(unsigned R) const { return Results[R]; } in getResult() function
|
| HD | CodeGenDAGPatterns.cpp | 1787 MadeChange |= UpdateNodeTypeFromInst(ResNo, Inst.getResult(ResNo), TP); in ApplyTypeConstraints()
|
| /NextBSD/contrib/llvm/lib/Transforms/InstCombine/ |
| HD | InstructionCombining.cpp | 3009 auto &AC = AM->getResult<AssumptionAnalysis>(F); in run() 3010 auto &DT = AM->getResult<DominatorTreeAnalysis>(F); in run() 3011 auto &TLI = AM->getResult<TargetLibraryAnalysis>(F); in run()
|