Lines Matching refs:PTB
2436 static bool mergeConditionalStoreToAddress(BasicBlock *PTB, BasicBlock *PFB, in mergeConditionalStoreToAddress() argument
2469 if (!MergeCondStoresAggressively && (!IsWorthwhile(PTB) || in mergeConditionalStoreToAddress()
2480 StoreInst *PStore = findUniqueStoreInBlocks(PTB, PFB); in mergeConditionalStoreToAddress()
2529 Value *PPred = PStore->getParent() == PTB ? PCond : QB.CreateNot(PCond); in mergeConditionalStoreToAddress()
2582 BasicBlock *PTB = PBI->getSuccessor(0); in mergeConditionalStores() local
2591 std::swap(PFB, PTB); in mergeConditionalStores()
2601 if (PTB == QBI->getParent()) in mergeConditionalStores()
2602 PTB = nullptr; in mergeConditionalStores()
2617 if ((PTB && !HasOnePredAndOneSucc(PTB, PBI->getParent(), QBI->getParent())) || in mergeConditionalStores()
2626 for (auto *BB : {PTB, PFB}) { in mergeConditionalStores()
2649 PTB, PFB, QTB, QFB, PostBB, Address, InvertPCond, InvertQCond); in mergeConditionalStores()