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

/freebsd-10.2-release/contrib/llvm/lib/Transforms/Utils/
H A DBreakCriticalEdges.cpp241 bool NewBBDominatesDestBB = true; local
254 // If NewBBDominatesDestBB hasn't been computed yet, do so with DT.
257 while (!OtherPreds.empty() && NewBBDominatesDestBB) {
259 NewBBDominatesDestBB = DT->dominates(DestBBNode, OPNode);
265 // If NewBBDominatesDestBB, then NewBB dominates DestBB, otherwise it
267 if (NewBBDominatesDestBB) {

Completed in 42 milliseconds