Searched refs:UntaggedStoreVars (Results 1 – 1 of 1) sorted by relevance
976 UntaggedStoreAssignmentMap UntaggedStoreVars; member in __anon7ddb1d110211::AssignmentTrackingLowering1328 auto It = UntaggedStoreVars.find(&I); in processUntaggedInstruction()1329 if (It == UntaggedStoreVars.end()) in processUntaggedInstruction()1835 AssignmentTrackingLowering::UntaggedStoreAssignmentMap &UntaggedStoreVars) { in buildOverlapMapAndRecordDeclares() argument1880 UntaggedStoreVars[&I].push_back( in buildOverlapMapAndRecordDeclares()1946 buildOverlapMapAndRecordDeclares(Fn, FnVarLocs, UntaggedStoreVars); in run()