Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDLICM.cpp663 DenseMap<BranchInst *, BasicBlock *> HoistableBranches; member in __anona35d98d70511::ControlFlowHoister
723 HoistableBranches[BI] = CommonSucc; in registerPossiblyHoistableBranch()
743 for (auto &Pair : HoistableBranches) { in canHoistPHI()
777 auto It = llvm::find_if(HoistableBranches, HasBBAsSuccessor); in getOrCreateHoistedBlock()
781 if (It == HoistableBranches.end()) { in getOrCreateHoistedBlock()
790 assert(std::find_if(++It, HoistableBranches.end(), HasBBAsSuccessor) == in getOrCreateHoistedBlock()
791 HoistableBranches.end() && in getOrCreateHoistedBlock()
797 BasicBlock *CommonSucc = HoistableBranches[BI]; in getOrCreateHoistedBlock()