OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AValNo
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
RegisterCoalescer.cpp
316
//
AValNo
is the value number in A that defines the copy, A3 in the example.
321
VNInfo *
AValNo
= ALR->valno;
341
if (
AValNo
->hasRedefByEC())
344
// If
AValNo
is defined as a copy from IntB, we can potentially process this.
346
if (!CP.isCoalescable(
AValNo
->getCopy()))
351
IntB.FindLiveRangeContaining(
AValNo
->def.getPrevSlot());
444
/// other than BValNo val# that can reach uses of
AValno
val# of IntA.
447
VNInfo *
AValNo
,
451
if (AI->valno !=
AValNo
) continue;
519
//
AValNo
is the value number in A that defines the copy, A3 in the example
[
all
...]
RegisterCoalescer.h
92
/// other than BValNo val# that can reach uses of
AValno
val# of IntA.
94
VNInfo *
AValNo
, VNInfo *BValNo);
Completed in 178 milliseconds