Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1931 unsigned JumpThreadCost = in ThreadEdge() local
1933 if (JumpThreadCost > BBDupThreshold) { in ThreadEdge()
1935 << "' - Cost is too high: " << JumpThreadCost << "\n"); in ThreadEdge()
1952 << "' with cost: " << JumpThreadCost in ThreadEdge()