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

  /external/llvm/lib/Transforms/IPO/
IPConstantPropagation.cpp 169 SmallVector<Value *,4> RetVals;
173 RetVals.push_back(UndefValue::get(STy->getElementType(i)));
175 RetVals.push_back(UndefValue::get(F.getReturnType()));
180 for (unsigned i = 0, e = RetVals.size(); i != e; ++i) {
182 Value *RV = RetVals[i];
202 RetVals[i] = V;
212 RetVals[i] = 0;
214 if (++NumNonConstant == RetVals.size())
239 Value* New = RetVals[0];
264 Value *New = RetVals[index]
    [all...]
DeadArgumentElimination.cpp 467 typedef SmallVector<Liveness, 5> RetVals;
468 RetVals RetValLiveness(RetCount, MaybeLive);
491 // Keep track of the number of live retvals, so we can skip checks once all
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c     [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /external/llvm/lib/VMCore/
Core.cpp     [all...]

Completed in 128 milliseconds