Home
last modified time | relevance | path

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

/freebsd-src/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.cpp367 void SplitEditor::reset(LiveRangeEdit &LRE, ComplementSpillMode SM) {
H A DRegAllocGreedy.cpp85 static cl::opt<SplitEditor::ComplementSpillMode> SplitSpillMode(