reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3141 BasicBlock *PostBB = QFB->getSingleSuccessor(); 3145 if (QTB->getSingleSuccessor() == QFB) 3146 PostBB = QFB; 3158 if (QFB == PostBB) { 3159 std::swap(QFB, QTB); 3177 !HasOnePredAndOneSucc(QFB, QBI->getParent(), PostBB)) 3195 for (auto *BB : {QTB, QFB}) { 3211 PTB, PFB, QTB, QFB, PostBB, Address, InvertPCond, InvertQCond, DL, TTI);