Searched refs:SpeculativelyExecuteBB (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp216 bool SpeculativelyExecuteBB(BranchInst *BI, BasicBlock *ThenBB,
1999 bool SimplifyCFGOpt::SpeculativelyExecuteBB(BranchInst *BI, BasicBlock *ThenBB, function in class:SimplifyCFGOpt
6042 if (SpeculativelyExecuteBB(BI, BI->getSuccessor(0), TTI))
6051 if (SpeculativelyExecuteBB(BI, BI->getSuccessor(1), TTI))

Completed in 53 milliseconds