Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h147 SlotMapTy SlotMap; member
156 return SlotMap.find(V); in find()
159 SlotMapTy::const_iterator end() const { return SlotMap.end(); } in end()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp582 SpillMap.SlotMap[V] = cast<FrameIndexSDNode>(Loc)->getIndex(); in lowerStatepointMetaArgs()
590 SpillMap.SlotMap[V] = None; in lowerStatepointMetaArgs()