Searched refs:getJumpThreadDuplicationCost (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | JumpThreading.cpp | 215 static unsigned getJumpThreadDuplicationCost(const BasicBlock *BB) { in getJumpThreadDuplicationCost() function 1323 unsigned JumpThreadCost = getJumpThreadDuplicationCost(BB); in ThreadEdge() 1468 unsigned DuplicationCost = getJumpThreadDuplicationCost(BB); in DuplicateCondBranchOnPHIIntoPred()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | JumpThreading.cpp | 455 static unsigned getJumpThreadDuplicationCost(BasicBlock *BB, in getJumpThreadDuplicationCost() function 1925 getJumpThreadDuplicationCost(BB, BB->getTerminator(), BBDupThreshold); in ThreadEdge() 2245 getJumpThreadDuplicationCost(BB, BB->getTerminator(), BBDupThreshold); in DuplicateCondBranchOnPHIIntoPred() 2648 unsigned Cost = getJumpThreadDuplicationCost(BB, AfterGuard, BBDupThreshold); in ThreadGuard()
|
/external/llvm/lib/Transforms/Scalar/ |
D | JumpThreading.cpp | 260 static unsigned getJumpThreadDuplicationCost(const BasicBlock *BB, in getJumpThreadDuplicationCost() function 1457 unsigned JumpThreadCost = getJumpThreadDuplicationCost(BB, BBDupThreshold); in ThreadEdge() 1694 unsigned DuplicationCost = getJumpThreadDuplicationCost(BB, BBDupThreshold); in DuplicateCondBranchOnPHIIntoPred()
|