OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IntA
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
RegisterCoalescer.cpp
276
/// AdjustCopiesBackFrom - We found a non-trivially-coalescable copy with
IntA
278
/// in IntB. If the source value number (in
IntA
) is defined by a copy from B,
298
LiveInterval &
IntA
=
318
LiveInterval::iterator ALR =
IntA
.FindLiveRangeContaining(CopyUseIdx);
320
if (ALR ==
IntA
.end()) return false;
372
if (li_->hasInterval(*AS) &&
IntA
.overlaps(li_->getInterval(*AS))) {
437
li_->shrinkToUses(&
IntA
);
444
/// other than BValNo val# that can reach uses of AValno val# of
IntA
.
445
bool RegisterCoalescer::HasOtherReachingDefs(LiveInterval &
IntA
,
449
for (LiveInterval::iterator AI =
IntA
.begin(), AE = IntA.end()
[
all
...]
RegisterCoalescer.h
92
/// other than BValNo val# that can reach uses of AValno val# of
IntA
.
93
bool HasOtherReachingDefs(LiveInterval &
IntA
, LiveInterval &IntB,
Completed in 39 milliseconds