Searched defs:PTB (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2542 static bool mergeConditionalStoreToAddress(BasicBlock *PTB, BasicBlock *PFB, argument
2576 (!IsWorthwhile(PTB) || !IsWorthwhile(PFB) || !IsWorthwhile(QTB) ||
2581 // PTB or PFB, and the other from QTB or QFB. We don't support more than one
2582 // store (to any address) in PTB,PFB or QTB,QFB.
2585 StoreInst *PStore = findUniqueStoreInBlocks(PTB, PFB);
2634 Value *PPred = PStore->getParent() == PTB ? PCond : QB.CreateNot(PCond);
2675 // PTB PFB | PFB
2687 BasicBlock *PTB = PBI->getSuccessor(0); local
2696 std::swap(PFB, PTB);
2704 // From this point on we can assume PTB o
[all...]

Completed in 125 milliseconds