OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isPartialRedef
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h
335
///
isPartialRedef
- Return true if the specified def at the specific index
338
bool
isPartialRedef
(SlotIndex MIIdx, MachineOperand &MO,
/external/llvm/lib/CodeGen/
LiveIntervalAnalysis.cpp
266
///
isPartialRedef
- Return true if the specified def at the specific index is
269
bool LiveIntervals::
isPartialRedef
(SlotIndex MIIdx, MachineOperand &MO,
407
bool PartReDef =
isPartialRedef
(MIIdx, MO, interval);
[
all
...]
Completed in 632 milliseconds