Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp277 bool SpeculativelyExecuteBB(BranchInst *BI, BasicBlock *ThenBB);
2941 bool SimplifyCFGOpt::SpeculativelyExecuteBB(BranchInst *BI, in SpeculativelyExecuteBB() function in SimplifyCFGOpt
7333 if (SpeculativelyExecuteBB(BI, BI->getSuccessor(0))) in simplifyCondBranch()
7342 if (SpeculativelyExecuteBB(BI, BI->getSuccessor(1))) in simplifyCondBranch()