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.cpp260 void SpillPlacement::addConstraints(ArrayRef<BlockConstraint> LiveBlocks) { in addConstraints() argument
261 for (const BlockConstraint &LB : LiveBlocks) { in addConstraints()
H A DSpillPlacement.h112 /// @param LiveBlocks Constraints for blocks that have the variable live in or
114 void addConstraints(ArrayRef<BlockConstraint> LiveBlocks);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp5241 SmallPtrSet<BasicBlock *, 32> LiveBlocks; in prepareWorklist() local
5264 LiveBlocks.insert(BB); in prepareWorklist()
5341 if (LiveBlocks.count(&BB)) in prepareWorklist()