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

/external/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp356 MachineBasicBlock *PDomB = SFBlocks[0]; local
358 PDomB = MPT.findNearestCommonDominator(PDomB, SFBlocks[i]);
359 if (!PDomB)
367 if (PDomB) dbgs() << PDomB->getNumber();
371 if (!DomB || !PDomB)
374 // Make sure that DomB dominates PDomB and PDomB post-dominates DomB.
375 if (!MDT.dominates(DomB, PDomB)) {
[all...]

Completed in 101 milliseconds