Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.h69 if (!RelocLocations.count(val)) in getRelocLocation()
71 return RelocLocations[val]; in getRelocLocation()
74 assert(!RelocLocations.count(val) && in setRelocLocation()
76 RelocLocations[val] = Location; in setRelocLocation()
122 DenseMap<SDValue, SDValue> RelocLocations; variable
DStatepointLowering.cpp47 RelocLocations.clear(); in startNewStatepoint()
59 RelocLocations.clear(); in clear()