Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSplitKit.h285 enum ComplementSpillMode { enum
315 ComplementSpillMode SpillMode = SM_Partition;
467 void reset(LiveRangeEdit&, ComplementSpillMode = SM_Partition);
H A DSplitKit.cpp377 void SplitEditor::reset(LiveRangeEdit &LRE, ComplementSpillMode SM) { in reset()
H A DRegAllocGreedy.cpp89 static cl::opt<SplitEditor::ComplementSpillMode> SplitSpillMode(