Searched refs:PTB (Results 1 – 1 of 1) sorted by relevance
2542 static bool mergeConditionalStoreToAddress(BasicBlock *PTB, BasicBlock *PFB, in mergeConditionalStoreToAddress() argument2576 (!IsWorthwhile(PTB) || !IsWorthwhile(PFB) || !IsWorthwhile(QTB) || in mergeConditionalStoreToAddress()2585 StoreInst *PStore = findUniqueStoreInBlocks(PTB, PFB); in mergeConditionalStoreToAddress()2634 Value *PPred = PStore->getParent() == PTB ? PCond : QB.CreateNot(PCond); in mergeConditionalStoreToAddress()2687 BasicBlock *PTB = PBI->getSuccessor(0); in mergeConditionalStores() local2696 std::swap(PFB, PTB); in mergeConditionalStores()2706 if (PTB == QBI->getParent()) in mergeConditionalStores()2707 PTB = nullptr; in mergeConditionalStores()2721 if ((PTB && !HasOnePredAndOneSucc(PTB, PBI->getParent(), QBI->getParent())) || in mergeConditionalStores()2730 for (auto *BB : {PTB, PFB}) { in mergeConditionalStores()[all …]