reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2957 StoreInst *QStore = findUniqueStoreInBlocks(QTB, QFB); 2982 if (QTB) 2983 for (auto &I : *QTB) 3028 !IsWorthwhile(QTB, FreeStores) || !IsWorthwhile(QFB, FreeStores))) 3038 BasicBlock *TruePred = QTB ? QTB : QFB->getSinglePredecessor(); 3038 BasicBlock *TruePred = QTB ? QTB : QFB->getSinglePredecessor(); 3061 Value *QPred = QStore->getParent() == QTB ? QCond : QB.CreateNot(QCond);