Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DSplitKit.h206 const BitVector &getThroughBlocks() const { return ThroughBlocks; } in getThroughBlocks() function
H A DRegAllocGreedy.cpp695 BitVector Todo = SA->getThroughBlocks(); in growRegion()
929 BitVector Todo = SA->getThroughBlocks(); in splitAroundRegion()