Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.h281 enum ComplementSpillMode { enum
311 ComplementSpillMode SpillMode = SM_Partition;
451 void reset(LiveRangeEdit&, ComplementSpillMode = SM_Partition);
H A DSplitKit.cpp368 void SplitEditor::reset(LiveRangeEdit &LRE, ComplementSpillMode SM) { in reset()
H A DRegAllocGreedy.cpp85 static cl::opt<SplitEditor::ComplementSpillMode> SplitSpillMode(