OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:foldAsLoad
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
LiveRangeEdit.h
90
///
foldAsLoad
- If LI has a single use and a single def that can be folded as
92
bool
foldAsLoad
(LiveInterval *LI, SmallVectorImpl<MachineInstr*> &Dead);
/external/llvm/lib/CodeGen/
LiveRangeEdit.cpp
159
bool LiveRangeEdit::
foldAsLoad
(LiveInterval *LI,
341
if (
foldAsLoad
(LI, Dead))
Completed in 119 milliseconds