OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isCoalescable
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/CodeGen/
RegisterCoalescer.h
81
///
isCoalescable
- Return true if MI is a copy instruction that will become
83
bool
isCoalescable
(const MachineInstr*) const;
RegisterCoalescer.cpp
350
bool CoalescerPair::
isCoalescable
(const MachineInstr *MI) const {
458
// Don't allow any partial copies, even if
isCoalescable
() allows them.
459
if (!CP.
isCoalescable
(ACopyMI) || !ACopyMI->isFullCopy())
[
all
...]
LiveInterval.cpp
165
!CP.
isCoalescable
(Indexes.getInstructionFromIndex(Def)))
Completed in 436 milliseconds