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

  /external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 431 SmallVector<ValueType, 4> Objs;
434 if (getUnderlyingObjects(MI, Objs)) {
435 for (SmallVectorImpl<ValueType>::const_iterator I = Objs.begin();
436 I != Objs.end(); ++I)
478 SmallVector<Value *, 4> Objs;
479 GetUnderlyingObjects(const_cast<Value *>(V), Objs);
481 for (SmallVectorImpl<Value *>::iterator I = Objs.begin(), E = Objs.end();
  /external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp 107 SmallVector<Value *, 4> Objs;
108 GetUnderlyingObjects(const_cast<Value *>(V), Objs);
110 for (SmallVectorImpl<Value *>::iterator I = Objs.begin(), IE = Objs.end();
160 SmallVector<Value *, 4> Objs;
161 getUnderlyingObjects(V, Objs);
163 for (SmallVectorImpl<Value *>::iterator I = Objs.begin(), IE = Objs.end();
495 SmallVector<Value *, 4> Objs;
496 getUnderlyingObjects(V, Objs);
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp     [all...]

Completed in 67 milliseconds