Searched refs:isThroughBlock (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.h206 /// isThroughBlock - Return true if CurLI is live through MBB without uses.
207 bool isThroughBlock(unsigned MBB) const { return ThroughBlocks.test(MBB); } function in class:llvm::SplitAnalysis

Completed in 98 milliseconds