Home
last modified time | relevance | path

Searched refs:BB2VPBB (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanHCFGBuilder.cpp52 DenseMap<BasicBlock *, VPBasicBlock *> BB2VPBB; member in __anon4db757b80111::PlainCFGBuilder
141 BB2VPBB[LoopPred]); in fixPhiNodes()
145 BB2VPBB[LoopLatch]); in fixPhiNodes()
151 BB2VPBB[Phi->getIncomingBlock(I)]); in fixPhiNodes()
177 if (auto *VPBB = BB2VPBB.lookup(BB)) { in getOrCreateVPBB()
186 BB2VPBB[BB] = VPBB; in getOrCreateVPBB()
347 BB2VPBB[ThePreheaderBB] = VectorPreheaderVPBB; in buildPlainCFG()
351 BB2VPBB[LoopExitBB] = cast<VPBasicBlock>(TheRegion->getSingleSuccessor()); in buildPlainCFG()
357 BB2VPBB[TheLoop->getHeader()] = VectorHeaderVPBB; in buildPlainCFG()
361 BB2VPBB[TheLoop->getLoopLatch()] = VectorLatchVPBB; in buildPlainCFG()