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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.h270 /// ComplementSpillMode - Select how the complement live range should be
276 enum ComplementSpillMode { enum in class:llvm::SplitEditor
306 ComplementSpillMode SpillMode = SM_Partition;
451 void reset(LiveRangeEdit&, ComplementSpillMode = SM_Partition);
H A DRegAllocGreedy.cpp88 static cl::opt<SplitEditor::ComplementSpillMode> SplitSpillMode(
H A DSplitKit.cpp383 void SplitEditor::reset(LiveRangeEdit &LRE, ComplementSpillMode SM) {

Completed in 174 milliseconds