Searched refs:ComputeSpeculationCost (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp199 /// ComputeSpeculationCost - Compute an abstract "cost" of speculating the
202 static unsigned ComputeSpeculationCost(const User *I) { function
290 unsigned Cost = ComputeSpeculationCost(I);
1444 ComputeSpeculationCost(I) > PHINodeFoldingThreshold)
1498 unsigned OrigCost = OrigCE ? ComputeSpeculationCost(OrigCE) : 0;
1499 unsigned ThenCost = ThenCE ? ComputeSpeculationCost(ThenCE) : 0;

Completed in 104 milliseconds