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 35 LazyValueInfo *LVI;
73 Constant *C = LVI->getConstant(S->getOperand(0), S->getParent());
100 Constant *C = LVI->getConstantOnEdge(P->getIncomingValue(i),
130 Constant *C = LVI->getConstant(Pointer, I->getParent());
155 LazyValueInfo::Tristate Result = LVI->getPredicateOnEdge(C->getPredicate(),
161 LazyValueInfo::Tristate Res = LVI->getPredicateOnEdge(C->getPredicate(),
211 LazyValueInfo::Tristate Value = LVI->getPredicateOnEdge(CmpInst::ICMP_EQ,
260 LVI = &getAnalysis<LazyValueInfo>();
JumpThreading.cpp 80 LazyValueInfo *LVI;
152 LVI = &getAnalysis<LazyValueInfo>();
174 LVI->eraseBlock(BB);
199 LVI->eraseBlock(BB);
359 Constant *PredCst = LVI->getConstantOnEdge(V, P, BB);
374 Constant *CI = LVI->getConstantOnEdge(InVal,
488 ResT = LVI->getPredicateOnEdge(Cmp->getPredicate(), LHS,
515 LVI->getPredicateOnEdge(Cmp->getPredicate(), Cmp->getOperand(0),
581 // If all else fails, see if LVI can figure out a constant value for us.
582 Constant *CI = LVI->getConstant(V, BB)
    [all...]
  /external/llvm/lib/CodeGen/
SplitKit.cpp 178 LiveInterval::const_iterator LVI = CurLI->begin();
186 MachineFunction::iterator MFI = LIS.getMBBFromIndex(LVI->start);
201 if (LVI->end < Stop)
212 // LVI is the first live segment overlapping MBB.
213 BI.LiveIn = LVI->start <= Start;
217 assert(LVI->start == LVI->valno->def && "Dangling LiveRange start");
218 assert(LVI->start == BI.FirstInstr && "First instr should be a def");
224 while (LVI->end < Stop) {
225 SlotIndex LastStop = LVI->end
    [all...]
MachineVerifier.cpp     [all...]

Completed in 469 milliseconds