Searched refs:PostBB (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2438 BasicBlock *PostBB, Value *Address,
2515 // OK, we're going to sink the stores to PostBB. The store has to be
2527 IRBuilder<> QB(&*PostBB->getFirstInsertionPt());
2576 // PostBB PostBB
2586 BasicBlock *PostBB = QFB->getSingleSuccessor(); local
2594 if (QFB == PostBB) {
2603 if (QTB == PostBB)
2613 if (!PostBB ||
2615 !HasOnePredAndOneSucc(QFB, QBI->getParent(), PostBB))
2436 mergeConditionalStoreToAddress(BasicBlock *PTB, BasicBlock *PFB, BasicBlock *QTB, BasicBlock *QFB, BasicBlock *PostBB, Value *Address, bool InvertPCond, bool InvertQCond) argument
[all...]

Completed in 153 milliseconds