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

/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
H A DSimplifyCFG.cpp950 /// SpeculativelyExecuteBB - Given a conditional branch that goes to BB1
954 static bool SpeculativelyExecuteBB(BranchInst *BI, BasicBlock *BB1) { function
2737 if (SpeculativelyExecuteBB(BI, BI->getSuccessor(0)))
2746 if (SpeculativelyExecuteBB(BI, BI->getSuccessor(1)))
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1595 static bool SpeculativelyExecuteBB(BranchInst *BI, BasicBlock *ThenBB, function
5341 if (SpeculativelyExecuteBB(BI, BI->getSuccessor(0), TTI))
5350 if (SpeculativelyExecuteBB(BI, BI->getSuccessor(1), TTI))

Completed in 84 milliseconds