Searched refs:getOrCreateBPI (Results 1 – 2 of 2) sorted by relevance
201 BranchProbabilityInfo *getOrCreateBPI(bool Force = false);
2280 auto *BPI = getOrCreateBPI(BFI != nullptr); in threadThroughTwoBasicBlocks()2392 auto *BPI = getOrCreateBPI(BFI != nullptr); in threadEdge()2479 auto *BPI = getOrCreateBPI(true); in splitBlockPreds()3199 BranchProbabilityInfo *JumpThreadingPass::getOrCreateBPI(bool Force) { in getOrCreateBPI() function in JumpThreadingPass