Lines Matching defs:DestBB
492 BasicBlock *DestBB, bool MoveAccess);
1014 Instruction *Repl, BasicBlock *DestBB,
1020 MSSAUpdater->moveToPlace(NewMemAcc, DestBB, MemorySSA::BeforeTerminator);
1071 BasicBlock *DestBB = HP.first;
1075 if (I->getParent() == DestBB)
1087 assert(allOperandsAvailable(Repl, DestBB) &&
1098 if (!allOperandsAvailable(Repl, DestBB)) {
1105 if (!makeGepOperandsAvailable(Repl, DestBB, InstructionsToHoist))
1110 Instruction *Last = DestBB->getTerminator();
1119 NR += removeAndReplace(InstructionsToHoist, Repl, DestBB, MoveAccess);