Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DSimplifyCFG.cpp954 static bool SpeculativelyExecuteBB(BranchInst *BI, BasicBlock *BB1) { in SpeculativelyExecuteBB() function
2737 if (SpeculativelyExecuteBB(BI, BI->getSuccessor(0))) in SimplifyCondBranch()
2746 if (SpeculativelyExecuteBB(BI, BI->getSuccessor(1))) in SimplifyCondBranch()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1595 static bool SpeculativelyExecuteBB(BranchInst *BI, BasicBlock *ThenBB, in SpeculativelyExecuteBB() function
5341 if (SpeculativelyExecuteBB(BI, BI->getSuccessor(0), TTI)) in SimplifyCondBranch()
5350 if (SpeculativelyExecuteBB(BI, BI->getSuccessor(1), TTI)) in SimplifyCondBranch()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1924 static bool SpeculativelyExecuteBB(BranchInst *BI, BasicBlock *ThenBB, in SpeculativelyExecuteBB() function
5881 if (SpeculativelyExecuteBB(BI, BI->getSuccessor(0), TTI)) in SimplifyCondBranch()
5890 if (SpeculativelyExecuteBB(BI, BI->getSuccessor(1), TTI)) in SimplifyCondBranch()