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
91
///
foldAsLoad
- If LI has a single use and a single def that can be folded as
93
bool
foldAsLoad
(LiveInterval *LI, SmallVectorImpl<MachineInstr*> &Dead);
/external/llvm/lib/CodeGen/
LiveRangeEdit.cpp
164
bool LiveRangeEdit::
foldAsLoad
(LiveInterval *LI,
350
if (
foldAsLoad
(LI, Dead))
Completed in 3595 milliseconds