Lines Matching defs:LB
354 const LoopBlock &LB, SmallVectorImpl<BasicBlock *> &Enters) const {
355 if (LB.getLoop()) {
356 auto *Header = LB.getLoop()->getHeader();
359 assert(LB.getSccNum() != -1 && "LB doesn't belong to any loop?");
360 SccI->getSccEnterBlocks(LB.getSccNum(), Enters);
365 const LoopBlock &LB, SmallVectorImpl<BasicBlock *> &Exits) const {
366 if (LB.getLoop()) {
367 LB.getLoop()->getExitBlocks(Exits);
369 assert(LB.getSccNum() != -1 && "LB doesn't belong to any loop?");
370 SccI->getSccExitBlocks(LB.getSccNum(), Exits);