Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlan.cpp127 BasicBlock *PredBB = CFG.VPBB2IRBB[PredVPBB]; in createEmptyBasicBlock()
197 State->CFG.VPBB2IRBB[this] = NewBB; in execute()
436 BasicBlock *BB = State->CFG.VPBB2IRBB[VPBB]; in execute()
444 BBTerminator->setSuccessor(Idx, State->CFG.VPBB2IRBB[SuccVPBB]); in execute()
DVPlan.h306 SmallDenseMap<VPBasicBlock *, BasicBlock *> VPBB2IRBB; member
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DVPlan.cpp272 BasicBlock *PredBB = CFG.VPBB2IRBB[PredVPBB]; in createEmptyBasicBlock()
342 State->CFG.VPBB2IRBB[this] = NewBB; in execute()
630 BasicBlock *BB = State->CFG.VPBB2IRBB[VPBB]; in execute()
638 BBTerminator->setSuccessor(Idx, State->CFG.VPBB2IRBB[SuccVPBB]); in execute()
DVPlan.h334 SmallDenseMap<VPBasicBlock *, BasicBlock *> VPBB2IRBB; member