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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DSplitKit.h214 /// ComplementSpillMode - Select how the complement live range should be
220 enum ComplementSpillMode { enum in class:llvm::SplitEditor
251 ComplementSpillMode SpillMode;
348 void reset(LiveRangeEdit&, ComplementSpillMode = SM_Partition);
H A DRegAllocGreedy.cpp54 static cl::opt<SplitEditor::ComplementSpillMode>
H A DSplitKit.cpp317 void SplitEditor::reset(LiveRangeEdit &LRE, ComplementSpillMode SM) {
/external/llvm/lib/CodeGen/
H A DSplitKit.h249 /// ComplementSpillMode - Select how the complement live range should be
255 enum ComplementSpillMode { enum in class:llvm::SplitEditor
286 ComplementSpillMode SpillMode;
389 void reset(LiveRangeEdit&, ComplementSpillMode = SM_Partition);
H A DSplitKit.cpp352 void SplitEditor::reset(LiveRangeEdit &LRE, ComplementSpillMode SM) {
H A DRegAllocGreedy.cpp59 static cl::opt<SplitEditor::ComplementSpillMode> SplitSpillMode(

Completed in 189 milliseconds