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.cpp247 if (I->Entry != DontCare) { in addConstraints()
254 if (I->Exit != DontCare) { in addConstraints()
DRegAllocGreedy.cpp945 BC.Entry = BI.LiveIn ? SpillPlacement::PrefReg : SpillPlacement::DontCare; in addSplitConstraints()
946 BC.Exit = BI.LiveOut ? SpillPlacement::PrefReg : SpillPlacement::DontCare; in addSplitConstraints()