Searched refs:DominatesMergePoint (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 225 static bool DominatesMergePoint(Value *V, BasicBlock *BB, in DominatesMergePoint() function 309 if (!DominatesMergePoint(*i, BB, AggressiveInsts, CostRemaining)) in DominatesMergePoint() 1282 if (!DominatesMergePoint(PN->getIncomingValue(0), BB, &AggressiveInsts, in FoldTwoEntryPHINode() 1284 !DominatesMergePoint(PN->getIncomingValue(1), BB, &AggressiveInsts, in FoldTwoEntryPHINode()
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 282 static bool DominatesMergePoint(Value *V, BasicBlock *BB, in DominatesMergePoint() function 350 if (!DominatesMergePoint(*i, BB, AggressiveInsts, CostRemaining, TTI, in DominatesMergePoint() 1961 if (!DominatesMergePoint(PN->getIncomingValue(0), BB, &AggressiveInsts, in FoldTwoEntryPHINode() 1963 !DominatesMergePoint(PN->getIncomingValue(1), BB, &AggressiveInsts, in FoldTwoEntryPHINode()
|