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 82 /// ByValArgFrameIndexMap - Keep track of frame indices for byval arguments.
83 DenseMap<const Argument*, int> ByValArgFrameIndexMap;
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 206 ByValArgFrameIndexMap.clear();
362 ByValArgFrameIndexMap[A] = FI;
370 ByValArgFrameIndexMap.find(A);
371 if (I != ByValArgFrameIndexMap.end())

Completed in 40 milliseconds