Lines Matching defs:DestBB
491 BasicBlock *DestBB, bool MoveAccess);
1013 Instruction *Repl, BasicBlock *DestBB,
1019 MSSAUpdater->moveToPlace(NewMemAcc, DestBB, MemorySSA::BeforeTerminator);
1070 BasicBlock *DestBB = HP.first;
1074 if (I->getParent() == DestBB)
1086 assert(allOperandsAvailable(Repl, DestBB) &&
1097 if (!allOperandsAvailable(Repl, DestBB)) {
1104 if (!makeGepOperandsAvailable(Repl, DestBB, InstructionsToHoist))
1109 Instruction *Last = DestBB->getTerminator();
1118 NR += removeAndReplace(InstructionsToHoist, Repl, DestBB, MoveAccess);