Searched refs:getOrCreateBPI (Results 1 – 2 of 2) sorted by relevance
212 BranchProbabilityInfo *getOrCreateBPI(bool Force = false);
2295 auto *BPI = getOrCreateBPI(BFI != nullptr); in threadThroughTwoBasicBlocks()2411 auto *BPI = getOrCreateBPI(BFI != nullptr); in threadEdge()2500 auto *BPI = getOrCreateBPI(true); in splitBlockPreds()3232 BranchProbabilityInfo *JumpThreadingPass::getOrCreateBPI(bool Force) { in getOrCreateBPI() function in JumpThreadingPass