HomeSort by relevance Sort by last modified time
    Searched refs:ComplementSpillMode (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/
SplitKit.h 223 /// ComplementSpillMode - Select how the complement live range should be
229 enum ComplementSpillMode {
260 ComplementSpillMode SpillMode;
357 void reset(LiveRangeEdit&, ComplementSpillMode = SM_Partition);
SplitKit.cpp 341 void SplitEditor::reset(LiveRangeEdit &LRE, ComplementSpillMode SM) {
    [all...]
RegAllocGreedy.cpp 58 static cl::opt<SplitEditor::ComplementSpillMode>
    [all...]

Completed in 385 milliseconds