Home
last modified time | relevance | path

Searched defs:IRBB (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanVerifier.cpp155 auto *IRBB = dyn_cast<VPIRBasicBlock>(VPBB); in verifyVPBasicBlock() local
H A DVPlan.cpp959 static void replaceVPBBWithIRVPBB(VPBasicBlock *VPBB, BasicBlock *IRBB) { in replaceVPBBWithIRVPBB()
H A DVPlan.h3113 BasicBlock *IRBB; variable
3116 VPIRBasicBlock(BasicBlock *IRBB) in VPIRBasicBlock()