Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp243 SmallPtrSet<BasicBlock *, 4> LiveBlocks; in canProveExitOnFirstIteration() local
246 LiveBlocks.insert(Header); in canProveExitOnFirstIteration()
250 assert(LiveBlocks.count(From) && "Must be live!"); in canProveExitOnFirstIteration()
253 assert((LiveBlocks.count(To) || !Visited.count(To)) && in canProveExitOnFirstIteration()
255 LiveBlocks.insert(To); in canProveExitOnFirstIteration()
310 if (!LiveBlocks.count(BB)) in canProveExitOnFirstIteration()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DSpillPlacement.h116 void addConstraints(ArrayRef<BlockConstraint> LiveBlocks);
H A DSpillPlacement.cpp260 void SpillPlacement::addConstraints(ArrayRef<BlockConstraint> LiveBlocks) { in addConstraints() argument
261 for (const BlockConstraint &LB : LiveBlocks) { in addConstraints()