Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.h527 /// splitLiveThroughBlock - Split CurLI in the given block such that it
536 void splitLiveThroughBlock(unsigned MBBNum,
H A DRegAllocGreedy.cpp971 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut); in splitAroundRegion()
1009 SE->splitLiveThroughBlock(Number, IntvIn, IntfIn, IntvOut, IntfOut); in splitAroundRegion()
H A DSplitKit.cpp1634 void SplitEditor::splitLiveThroughBlock(unsigned MBBNum, in splitLiveThroughBlock() function in SplitEditor