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

  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 483 typedef SmallVector<Liveness, 5> RetVals;
484 RetVals RetValLiveness(RetCount, MaybeLive);
508 // Keep track of the number of live retvals, so we can skip checks once all
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
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/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]

Completed in 517 milliseconds