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

  /external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 415 std::vector<Value*> params, StructValues, ReloadOutputs, Reloads;
422 StructValues.push_back(input);
429 StructValues.push_back(output);
443 for (ValueSet::iterator v = StructValues.begin(),
444 ve = StructValues.end(); v != ve; ++v)
458 StructArgTy, Struct, Idx, "gep_" + StructValues[i]->getName());
460 StoreInst *SI = new StoreInst(StructValues[i], GEP);
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
CodeExtractor.cpp 379 std::vector<Value*> params, StructValues, ReloadOutputs, Reloads;
386 StructValues.push_back(*i);
393 StructValues.push_back(*i);
406 for (Values::iterator v = StructValues.begin(),
407 ve = StructValues.end(); v != ve; ++v)
423 "gep_" + StructValues[i]->getName());
425 StoreInst *SI = new StoreInst(StructValues[i], GEP);
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 274 std::vector<LatticeVal> StructValues;
280 StructValues.push_back(I->second);
282 return StructValues;
    [all...]

Completed in 117 milliseconds