Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DSplitKit.h276 enum ComplementSpillMode { enum
306 ComplementSpillMode SpillMode = SM_Partition;
443 void reset(LiveRangeEdit&, ComplementSpillMode = SM_Partition);
H A DSplitKit.cpp358 void SplitEditor::reset(LiveRangeEdit &LRE, ComplementSpillMode SM) { in reset()
H A DRegAllocGreedy.cpp86 static cl::opt<SplitEditor::ComplementSpillMode> SplitSpillMode(