Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DJumpThreading.cpp215 static unsigned getJumpThreadDuplicationCost(const BasicBlock *BB) { in getJumpThreadDuplicationCost() function
1323 unsigned JumpThreadCost = getJumpThreadDuplicationCost(BB); in ThreadEdge()
1468 unsigned DuplicationCost = getJumpThreadDuplicationCost(BB); in DuplicateCondBranchOnPHIIntoPred()
/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp260 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()