Home
last modified time | relevance | path

Searched refs:ByValArgFrameIndexMap (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp358 ByValArgFrameIndexMap.clear(); in clear()
529 ByValArgFrameIndexMap[A] = FI; in setArgumentFrameIndex()
536 auto I = ByValArgFrameIndexMap.find(A); in getArgumentFrameIndex()
537 if (I != ByValArgFrameIndexMap.end()) in getArgumentFrameIndex()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h131 DenseMap<const Argument*, int> ByValArgFrameIndexMap; variable