Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp276 bool SpeculativelyExecuteBB(BranchInst *BI, BasicBlock *ThenBB,
2856 bool SimplifyCFGOpt::SpeculativelyExecuteBB(BranchInst *BI, BasicBlock *ThenBB, in SpeculativelyExecuteBB() function in SimplifyCFGOpt
7061 if (SpeculativelyExecuteBB(BI, BI->getSuccessor(0), TTI)) in simplifyCondBranch()
7070 if (SpeculativelyExecuteBB(BI, BI->getSuccessor(1), TTI)) in simplifyCondBranch()