OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LVI
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp
34
LazyValueInfo *
LVI
;
71
Constant *C =
LVI
->getConstant(S->getOperand(0), S->getParent());
98
Constant *C =
LVI
->getConstantOnEdge(P->getIncomingValue(i),
127
Constant *C =
LVI
->getConstant(Pointer, I->getParent());
152
LazyValueInfo::Tristate Result =
LVI
->getPredicateOnEdge(C->getPredicate(),
158
LazyValueInfo::Tristate Res =
LVI
->getPredicateOnEdge(C->getPredicate(),
177
LVI
= &getAnalysis<LazyValueInfo>();
JumpThreading.cpp
78
LazyValueInfo *
LVI
;
147
LVI
= &getAnalysis<LazyValueInfo>();
169
LVI
->eraseBlock(BB);
194
LVI
->eraseBlock(BB);
354
Constant *PredCst =
LVI
->getConstantOnEdge(V, P, BB);
369
Constant *CI =
LVI
->getConstantOnEdge(InVal,
483
ResT =
LVI
->getPredicateOnEdge(Cmp->getPredicate(), LHS,
510
LVI
->getPredicateOnEdge(Cmp->getPredicate(), Cmp->getOperand(0),
576
// If all else fails, see if
LVI
can figure out a constant value for us.
577
Constant *CI =
LVI
->getConstant(V, BB)
[
all
...]
/external/llvm/lib/CodeGen/
SplitKit.cpp
154
LiveInterval::const_iterator
LVI
= CurLI->begin();
162
MachineFunction::iterator MFI = LIS.getMBBFromIndex(
LVI
->start);
177
if (
LVI
->end < Stop)
188
//
LVI
is the first live segment overlapping MBB.
189
BI.LiveIn =
LVI
->start <= Start;
193
while (
LVI
->end < Stop) {
194
SlotIndex LastStop =
LVI
->end;
195
if (++
LVI
== LVE ||
LVI
->start >= Stop) {
200
if (LastStop <
LVI
->start)
[
all
...]
MachineVerifier.cpp
[
all
...]
Completed in 40 milliseconds