OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PrefSpill
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
SpillPlacement.h
73
PrefSpill
, ///< Block entry/exit prefers a stack slot.
105
/// addPrefSpill - Add
PrefSpill
constraints to all blocks listed. This is
107
/// Entry = Exit =
PrefSpill
, and ChangesValue = false.
RegAllocGreedy.cpp
729
BC.Entry = SpillPlacement::
PrefSpill
, ++Ins;
739
BC.Exit = SpillPlacement::
PrefSpill
, ++Ins;
787
BCS[B].Entry = SpillPlacement::
PrefSpill
;
793
BCS[B].Exit = SpillPlacement::
PrefSpill
;
[
all
...]
Completed in 692 milliseconds