Home
last modified time | relevance | path

Searched refs:PTB (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp2436 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()
[all …]