HomeSort by relevance Sort by last modified time
    Searched refs:LVI (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 38 LazyValueInfo *LVI;
76 Constant *C = LVI->getConstant(S->getOperand(0), S->getParent());
103 Value *V = LVI->getConstantOnEdge(Incoming, P->getIncomingBlock(i), BB);
105 // Look if the incoming value is a select with a constant but LVI tells us
116 if (LVI->getPredicateOnEdge(ICmpInst::ICMP_EQ, SI, C,
150 Constant *C = LVI->getConstant(Pointer, I->getParent());
175 LazyValueInfo::Tristate Result = LVI->getPredicateOnEdge(C->getPredicate(),
181 LazyValueInfo::Tristate Res = LVI->getPredicateOnEdge(C->getPredicate(),
231 LazyValueInfo::Tristate Value = LVI->getPredicateOnEdge(CmpInst::ICMP_EQ,
288 LVI = &getAnalysis<LazyValueInfo>()
    [all...]
JumpThreading.cpp 82 LazyValueInfo *LVI;
159 LVI = &getAnalysis<LazyValueInfo>();
190 LVI->eraseBlock(BB);
215 LVI->eraseBlock(BB);
384 Constant *PredCst = LVI->getConstantOnEdge(V, P, BB);
399 Constant *CI = LVI->getConstantOnEdge(InVal,
513 ResT = LVI->getPredicateOnEdge(Cmp->getPredicate(), LHS,
540 LVI->getPredicateOnEdge(Cmp->getPredicate(), Cmp->getOperand(0),
606 // If all else fails, see if LVI can figure out a constant value for us.
607 Constant *CI = LVI->getConstant(V, BB)
    [all...]
  /external/llvm/lib/CodeGen/
SplitKit.cpp 177 LiveInterval::const_iterator LVI = CurLI->begin();
185 MachineFunction::iterator MFI = LIS.getMBBFromIndex(LVI->start);
200 if (LVI->end < Stop)
211 // LVI is the first live segment overlapping MBB.
212 BI.LiveIn = LVI->start <= Start;
216 assert(LVI->start == LVI->valno->def && "Dangling Segment start");
217 assert(LVI->start == BI.FirstInstr && "First instr should be a def");
223 while (LVI->end < Stop) {
224 SlotIndex LastStop = LVI->end
    [all...]

Completed in 275 milliseconds