Home
last modified time | relevance | path

Searched refs:getBPI (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLazyBranchProbabilityInfo.h92 BranchProbabilityInfo &getBPI() { return LBPI->getCalculated(); } in getBPI() function
95 const BranchProbabilityInfo &getBPI() const { return LBPI->getCalculated(); } in getBPI() function
114 static PassT &getBPI(PassT *P) { return *P; } in getBPI() function
118 static BranchProbabilityInfo &getBPI(LazyBranchProbabilityInfoPass *P) {
119 return P->getBPI();
H A DCFGPrinter.h77 const BranchProbabilityInfo *getBPI() { return BPI; } in getBPI() function
246 auto BranchProb = CFGInfo->getBPI()->getEdgeProbability(Node, SuccBB);
H A DBranchProbabilityInfo.h454 BranchProbabilityInfo &getBPI() { return BPI; } in getBPI() function
455 const BranchProbabilityInfo &getBPI() const { return BPI; } in getBPI() function
H A DLazyBlockFrequencyInfo.h53 *F, BPIPassTrait<BranchProbabilityInfoPassT>::getBPI(BPIPass), *LI); in getCalculated()
H A DBlockFrequencyInfo.h57 const BranchProbabilityInfo *getBPI() const;
H A DBlockFrequencyInfoImpl.h1015 const BranchProbabilityInfoT &getBPI() const { return *BPI; }
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DBlockFrequencyInfo.cpp147 return BFIDOTGTraitsBase::getEdgeAttributes(Node, EI, BFI, BFI->getBPI(), in getEdgeAttributes()
266 const BranchProbabilityInfo *BlockFrequencyInfo::getBPI() const { in getBPI() function in BlockFrequencyInfo
267 return BFI ? &BFI->getBPI() : nullptr; in getBPI()
328 getAnalysis<BranchProbabilityInfoWrapperPass>().getBPI(); in runOnFunction()
H A DCFGPrinter.cpp99 auto *BPI = &getAnalysis<BranchProbabilityInfoWrapperPass>().getBPI(); in runOnFunction()
135 auto *BPI = &getAnalysis<BranchProbabilityInfoWrapperPass>().getBPI(); in runOnFunction()
172 auto *BPI = &getAnalysis<BranchProbabilityInfoWrapperPass>().getBPI(); in runOnFunction()
209 auto *BPI = &getAnalysis<BranchProbabilityInfoWrapperPass>().getBPI(); in runOnFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineBlockFrequencyInfo.cpp274 return MBFI ? &MBFI->getBPI() : nullptr; in getMBPI()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1645 return &this->getAnalysis<BranchProbabilityInfoWrapperPass>(F).getBPI(); in runOnModule()
2009 return &this->getAnalysis<BranchProbabilityInfoWrapperPass>(F).getBPI(); in runOnModule()
H A DGCOVProfiling.cpp188 return &this->getAnalysis<BranchProbabilityInfoWrapperPass>(F).getBPI(); in runOnModule()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp337 getAnalysis<BranchProbabilityInfoWrapperPass>().getBPI(); in runOnLoop()
H A DInductiveRangeCheckElimination.cpp1825 getAnalysis<BranchProbabilityInfoWrapperPass>().getBPI(); in runOnFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp469 FuncInfo->BPI = &getAnalysis<BranchProbabilityInfoWrapperPass>().getBPI(); in runOnMachineFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp3085 FuncInfo.BPI = &getAnalysis<BranchProbabilityInfoWrapperPass>().getBPI(); in runOnMachineFunction()