HomeSort by relevance Sort by last modified time
    Searched full:lvi (Results 1 - 16 of 16) sorted by null

  /external/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 41 LazyValueInfo *LVI;
85 Constant *C = LVI->getConstant(S->getOperand(0), S->getParent(), S);
112 Value *V = LVI->getConstantOnEdge(Incoming, P->getIncomingBlock(i), BB, P);
115 // LVI can tells us the value. In that case replace the incoming value with
124 if (Constant *C = LVI->getConstantOnEdge(
131 // Once LVI learns to handle vector types, we could also add support
136 // Look if the select has a constant but LVI tells us that the incoming
144 if (LVI->getPredicateOnEdge(ICmpInst::ICMP_EQ, SI, C,
181 Constant *C = LVI->getConstant(Pointer, I->getParent(), I);
199 // the comparison is testing local values. While LVI can sometimes reaso
    [all...]
JumpThreading.cpp 98 LazyValueInfo *LVI;
194 LVI = &getAnalysis<LazyValueInfo>();
235 LVI->eraseBlock(BB);
260 LVI->eraseBlock(BB);
435 Constant *PredCst = LVI->getConstantOnEdge(V, P, BB, CxtI);
450 Constant *CI = LVI->getConstantOnEdge(InVal,
566 ResT = LVI->getPredicateOnEdge(Cmp->getPredicate(), LHS,
593 LVI->getPredicateOnEdge(Cmp->getPredicate(), Cmp->getOperand(0),
659 // If all else fails, see if LVI can figure out a constant value for us.
660 Constant *CI = LVI->getConstant(V, BB, CxtI)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gre/
NodeFactoryTest.java 50 ViewInfo lvi = new ViewInfo("name", uiv, 10, 12, 110, 120); local
51 CanvasViewInfo cvi = CanvasViewInfo.create(lvi, true /* layoutlib5 */).getFirst();
97 ViewInfo lvi = new ViewInfo("name", uiv, 10, 12, 110, 120); local
98 CanvasViewInfo cvi = CanvasViewInfo.create(lvi, true /* layoutlib5 */).getFirst();
109 ViewInfo lvi = new ViewInfo("name", uiv, 10, 12, 110, 120); local
110 CanvasViewInfo cvi = CanvasViewInfo.create(lvi, true /* layoutlib5 */).getFirst();
  /external/llvm/test/Transforms/JumpThreading/
thread-cmp.ll 2 ; When simplify a branch based on LVI predicates, we should replace the
28 ; but that's a CSE problem, not a LVI/jump threading problem)
  /external/llvm/lib/CodeGen/
SplitKit.cpp 172 LiveInterval::const_iterator LVI = CurLI->begin();
181 LIS.getMBBFromIndex(LVI->start)->getIterator();
196 if (LVI->end < Stop)
207 // LVI is the first live segment overlapping MBB.
208 BI.LiveIn = LVI->start <= Start;
212 assert(LVI->start == LVI->valno->def && "Dangling Segment start");
213 assert(LVI->start == BI.FirstInstr && "First instr should be a def");
219 while (LVI->end < Stop) {
220 SlotIndex LastStop = LVI->end
    [all...]
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp     [all...]
  /prebuilts/android-emulator/linux-x86_64/qemu/linux-x86/
qemu-system-i386 
qemu-system-mips64el 
qemu-system-x86_64 
  /external/webrtc/talk/media/testdata/
video.rtpdump 337 ??7?????5<?}5??Fx?=??a??LVI???z??C?.?@?U?~??????{1Z???c.???C0??i???? ??88BQ??8?7pn??y?>J??'&:?j?7??K?+????;?w?g?:??B w?2?'?????_?' ???q,U?g??{7??7?>?,V$??S? ?RG?d??|??? ? ???n??jYW????{?K???????35{
    [all...]
  /development/perftests/panorama/input/
test_002.ppm     [all...]
test_008.ppm     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/arm-linux-androideabi/lib/armv7-a/thumb/hard/
libgomp.a     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/arm-linux-androideabi/lib/armv7-a/thumb/
libgomp.a     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/arm-linux-androideabi/lib/armv7-a/thumb/hard/
libgomp.a     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/arm-linux-androideabi/lib/armv7-a/thumb/
libgomp.a     [all...]

Completed in 536 milliseconds