HomeSort by relevance Sort by last modified time
    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 155 LiveInterval::const_iterator LVI = CurLI->begin();
163 MachineFunction::iterator MFI = LIS.getMBBFromIndex(LVI->start);
178 if (LVI->end < Stop)
189 // LVI is the first live segment overlapping MBB.
190 BI.LiveIn = LVI->start <= Start;
194 assert(LVI->start == LVI->valno->def && "Dangling LiveRange start");
195 assert(LVI->start == BI.FirstInstr && "First instr should be a def");
201 while (LVI->end < Stop) {
202 SlotIndex LastStop = LVI->end
    [all...]
MachineVerifier.cpp     [all...]

Completed in 35 milliseconds