Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp241 SmallPtrSet<BasicBlock *, 4> LiveBlocks; in canProveExitOnFirstIteration() local
244 LiveBlocks.insert(Header); in canProveExitOnFirstIteration()
248 assert(LiveBlocks.count(From) && "Must be live!"); in canProveExitOnFirstIteration()
251 assert((LiveBlocks.count(To) || !Visited.count(To)) && in canProveExitOnFirstIteration()
253 LiveBlocks.insert(To); in canProveExitOnFirstIteration()
308 if (!LiveBlocks.count(BB)) in canProveExitOnFirstIteration()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSpillPlacement.cpp292 void SpillPlacement::addConstraints(ArrayRef<BlockConstraint> LiveBlocks) { in addConstraints() argument
293 for (const BlockConstraint &LB : LiveBlocks) { in addConstraints()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSpillPlacement.h117 void addConstraints(ArrayRef<BlockConstraint> LiveBlocks);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp5704 SmallPtrSet<BasicBlock *, 32> LiveBlocks; in prepareWorklist() local
5727 LiveBlocks.insert(BB); in prepareWorklist()
5804 if (LiveBlocks.count(&BB)) in prepareWorklist()