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

/external/llvm/lib/Transforms/Utils/
H A DLCSSA.cpp184 BasicBlock *PHIBB = I->getParent(); local
185 Loop *OtherLoop = LI->getLoopFor(PHIBB);
/external/llvm/lib/CodeGen/
H A DTailDuplication.cpp176 MachineBasicBlock *PHIBB = MI->getOperand(i+1).getMBB(); local
177 if (PHIBB == PredBB) {
191 MachineBasicBlock *PHIBB = MI->getOperand(i+1).getMBB(); local
192 if (CheckExtra && !Preds.count(PHIBB)) {
196 << PHIBB->getNumber() << '\n';
199 if (PHIBB->getNumber() < 0) {
201 dbgs() << " non-existing BB#" << PHIBB->getNumber() << '\n';
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1567 MachineBasicBlock *PHIBB = PHI->getParent(); local
1572 if (PHIBB == SDB->BitTestCases[i].Default)
1581 if (cBB->isSuccessor(PHIBB))
1618 MachineBasicBlock *PHIBB = PHI->getParent(); local
1622 if (PHIBB == SDB->JTCases[i].second.Default)
1626 if (FuncInfo->MBB->isSuccessor(PHIBB))
/external/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1417 /// predecessor to the PHIBB block. If it has PHI nodes, add entries for
1419 static void AddPHINodeEntriesForMappedBlock(BasicBlock *PHIBB, argument
1423 for (BasicBlock::iterator PNI = PHIBB->begin();

Completed in 88 milliseconds