OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DontCare
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/CodeGen/
SpillPlacement.h
71
DontCare
, ///< Block doesn't care / variable not live.
SpillPlacement.cpp
231
0, //
DontCare
,
239
if (I->Entry !=
DontCare
) {
246
if (I->Exit !=
DontCare
) {
RegAllocGreedy.cpp
714
BC.Entry = BI.LiveIn ? SpillPlacement::PrefReg : SpillPlacement::
DontCare
;
715
BC.Exit = BI.LiveOut ? SpillPlacement::PrefReg : SpillPlacement::
DontCare
;
[
all
...]
Completed in 283 milliseconds