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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Utils/
H A DBreakCriticalEdges.cpp276 bool NewBBDominatesDestBB = true; local
289 // If NewBBDominatesDestBB hasn't been computed yet, do so with DT.
292 while (!OtherPreds.empty() && NewBBDominatesDestBB) {
294 NewBBDominatesDestBB = DT->dominates(DestBBNode, OPNode);
300 // If NewBBDominatesDestBB, then NewBB dominates DestBB, otherwise it
302 if (NewBBDominatesDestBB) {

Completed in 118 milliseconds