Searched refs:getRegisterLocations (Results 1 – 2 of 2) sorted by relevance
223 const RegisterLocations InitialLocs = Row.getRegisterLocations(); in create()228 if (Row.getRegisterLocations().hasLocations() || in create()245 if (Row.getRegisterLocations().hasLocations() || in create()577 Row.getRegisterLocations().setRegisterLocation(*RegNum, *O); in parseRows()579 Row.getRegisterLocations().removeRegisterLocation(*RegNum); in parseRows()592 Row.getRegisterLocations().setRegisterLocation( in parseRows()602 std::make_pair(Row.getCFAValue(), Row.getRegisterLocations())); in parseRows()611 Row.getRegisterLocations() = States.back().second; in parseRows()627 auto LRLoc = Row.getRegisterLocations().getRegisterLocation( in parseRows()641 Row.getRegisterLocations().setRegisterLocation( in parseRows()[all …]
289 RegisterLocations &getRegisterLocations() { return RegLocs; } in getRegisterLocations() function290 const RegisterLocations &getRegisterLocations() const { return RegLocs; } in getRegisterLocations() function