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

  /external/llvm/include/llvm/CodeGen/
FunctionLoweringInfo.h 84 /// ByValArgFrameIndexMap - Keep track of frame indices for byval arguments.
85 DenseMap<const Argument*, int> ByValArgFrameIndexMap;
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 203 ByValArgFrameIndexMap.clear();
359 ByValArgFrameIndexMap[A] = FI;
367 ByValArgFrameIndexMap.find(A);
368 if (I != ByValArgFrameIndexMap.end())

Completed in 553 milliseconds