Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DSpillPlacement.h78 DontCare, ///< Block doesn't care / variable not live. enumerator
DSpillPlacement.cpp248 if (I->Entry != DontCare) { in addConstraints()
255 if (I->Exit != DontCare) { in addConstraints()
DRegAllocGreedy.cpp913 BC.Entry = BI.LiveIn ? SpillPlacement::PrefReg : SpillPlacement::DontCare; in addSplitConstraints()
914 BC.Exit = BI.LiveOut ? SpillPlacement::PrefReg : SpillPlacement::DontCare; in addSplitConstraints()