OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addPrefSpill
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/CodeGen/
SpillPlacement.h
105
///
addPrefSpill
- Add PrefSpill constraints to all blocks listed. This is
111
void
addPrefSpill
(ArrayRef<unsigned> Blocks, bool Strong);
SpillPlacement.cpp
243
///
addPrefSpill
- Same as addConstraints(PrefSpill)
244
void SpillPlacement::
addPrefSpill
(ArrayRef<unsigned> Blocks, bool Strong) {
RegAllocGreedy.cpp
828
SpillPlacer->
addPrefSpill
(NewBlocks, /* Strong= */ true);
[
all
...]
Completed in 335 milliseconds