Searched defs:QTB (Results 1 - 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Utils/ |
H A D | SimplifyCFG.cpp | 2437 BasicBlock *QTB, BasicBlock *QFB, 2471 !IsWorthwhile(QTB) || 2476 // PTB or PFB, and the other from QTB or QFB. We don't support more than one 2477 // store (to any address) in PTB,PFB or QTB,QFB. 2481 StoreInst *QStore = findUniqueStoreInBlocks(QTB, QFB); 2492 // the P blocks down through the middle block (QBI) and past both QFB and QTB. 2494 // QBI, QTB and QFB. We also need to check there are no conflicting memory 2506 if (QTB) 2507 for (auto &I : *QTB) 2530 Value *QPred = QStore->getParent() == QTB 2436 mergeConditionalStoreToAddress(BasicBlock *PTB, BasicBlock *PFB, BasicBlock *QTB, BasicBlock *QFB, BasicBlock *PostBB, Value *Address, bool InvertPCond, bool InvertQCond) argument 2584 BasicBlock *QTB = QBI->getSuccessor(0); local [all...] |
Completed in 78 milliseconds