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

/freebsd-13-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-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1831 MachineBasicBlock *PHIBB = PHI->getParent(); local
1836 if (PHIBB == BTB.Default) {
1847 if (cBB->isSuccessor(PHIBB))
1884 MachineBasicBlock *PHIBB = PHI->getParent(); local
1888 if (PHIBB == SDB->SL->JTCases[i].second.Default)
1892 if (FuncInfo->MBB->isSuccessor(PHIBB))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1875 /// predecessor to the PHIBB block. If it has PHI nodes, add entries for
1877 static void AddPHINodeEntriesForMappedBlock(BasicBlock *PHIBB, argument
1881 for (PHINode &PN : PHIBB->phis()) {

Completed in 115 milliseconds