Home
last modified time | relevance | path

Searched refs:getResult (Results 1 – 20 of 20) sorted by relevance

/NextBSD/contrib/llvm/lib/Analysis/
HDMemoryDependenceAnalysis.cpp756 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 …]
HDMemDepPrinter.cpp116 const MemDepResult &Res = I->getResult(); in runOnFunction()
128 const MemDepResult &Res = I->getResult(); in runOnFunction()
HDAssumptionCache.cpp81 AssumptionCache &AC = AM->getResult<AssumptionAnalysis>(F); in run()
HDLoopInfo.cpp678 LI.Analyze(AM->getResult<DominatorTreeAnalysis>(F)); in run()
684 AM->getResult<LoopAnalysis>(F).print(OS); in run()
HDLazyCallGraph.cpp713 LazyCallGraph &G = AM->getResult<LazyCallGraphAnalysis>(M); in run()
/NextBSD/contrib/llvm/include/llvm/Analysis/
HDMemoryDependenceAnalysis.h205 const MemDepResult &getResult() const { return Result; } in getResult() function
230 const MemDepResult &getResult() const { return Entry.getResult(); } in getResult() function
HDCGSCCPassManager.h223 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/
HDSimplifyCFGPass.cpp182 auto &TTI = AM->getResult<TargetIRAnalysis>(F); in run()
183 auto &AC = AM->getResult<AssumptionAnalysis>(F); in run()
HDEarlyCSE.cpp712 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()
HDStructurizeCFG.cpp113 BasicBlock *getResult() { in getResult() function in __anon7020cac60111::NearestCommonDominator
554 PhiInserter.AddAvailableValue(Dominator.getResult(), Default); in insertConditions()
620 Updater.AddAvailableValue(Dominator.getResult(), Undef); in setPhiValues()
HDGVN.cpp342 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()
HDRewriteStatepointsForGC.cpp647 PhiState getResult() const { return currentResult; } in getResult() function in __anon6df252b30411::MeetPhiStates
804 PhiState newState = calculateMeet.getResult(); in findBasePointer()
/NextBSD/contrib/llvm/lib/IR/
HDDominators.cpp316 AM->getResult<DominatorTreeAnalysis>(F).print(OS); in run()
323 AM->getResult<DominatorTreeAnalysis>(F).verifyDomTree(); in run()
/NextBSD/contrib/llvm/include/llvm/IR/
HDPassManager.h311 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/
HDDAGISelMatcherOpt.cpp108 if (CM->getResult(i) != RootResultFirst+i) in ContractNodes()
HDCodeGenDAGPatterns.h659 Record *getResult(unsigned RN) const { in getResult() function
HDDAGISelMatcherEmitter.cpp580 NumResultBytes += EmitVBRValue(CM->getResult(i), OS); in EmitMatcher()
HDDAGISelMatcher.h1160 unsigned getResult(unsigned R) const { return Results[R]; } in getResult() function
HDCodeGenDAGPatterns.cpp1787 MadeChange |= UpdateNodeTypeFromInst(ResNo, Inst.getResult(ResNo), TP); in ApplyTypeConstraints()
/NextBSD/contrib/llvm/lib/Transforms/InstCombine/
HDInstructionCombining.cpp3009 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()