Lines Matching defs:RTCBB
259 LoopToScevMapT *LoopMap, BasicBlock *RTCBB)
261 VMap(VMap), LoopMap(LoopMap), RTCBB(RTCBB), GenSE(GenSE), GenFn(GenFn) {
288 BasicBlock *RTCBB;
348 // RTCBB is in the original function, but we are generating for a
349 // subfunction so we cannot emit to RTCBB. Usually, we land here only
353 } else if (Inst && RTCBB->getParent() == Inst->getFunction())
354 IP = RTCBB->getTerminator();
356 IP = RTCBB->getParent()->getEntryBlock().getTerminator();
470 BasicBlock *RTCBB) {
472 LoopMap, RTCBB);