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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTailDuplicator.cpp114 MachineBasicBlock *PHIBB = MI->getOperand(i + 1).getMBB(); local
115 if (PHIBB == PredBB) {
130 MachineBasicBlock *PHIBB = MI->getOperand(i + 1).getMBB(); local
131 if (CheckExtra && !Preds.count(PHIBB)) {
135 << printMBBReference(*PHIBB) << '\n';
138 if (PHIBB->getNumber() < 0) {
141 dbgs() << " non-existing " << printMBBReference(*PHIBB) << '\n';
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1853 MachineBasicBlock *PHIBB = PHI->getParent(); local
1858 if (PHIBB == BTB.Default) {
1869 if (cBB->isSuccessor(PHIBB))
1906 MachineBasicBlock *PHIBB = PHI->getParent(); local
1910 if (PHIBB == SDB->SL->JTCases[i].second.Default)
1914 if (FuncInfo->MBB->isSuccessor(PHIBB))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1860 /// predecessor to the PHIBB block. If it has PHI nodes, add entries for
1862 static void AddPHINodeEntriesForMappedBlock(BasicBlock *PHIBB, argument
1866 for (PHINode &PN : PHIBB->phis()) {

Completed in 140 milliseconds