Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp1114 UntaggedStoreAssignmentMap UntaggedStoreVars; member in __anon3afac2c40211::AssignmentTrackingLowering
1620 auto It = UntaggedStoreVars.find(&I); in processUntaggedInstruction()
1621 if (It == UntaggedStoreVars.end()) in processUntaggedInstruction()
2154 AssignmentTrackingLowering::UntaggedStoreAssignmentMap &UntaggedStoreVars, in buildOverlapMapAndRecordDeclares() argument
2216 UntaggedStoreVars[&I].push_back( in buildOverlapMapAndRecordDeclares()
2300 Fn, FnVarLocs, *VarsWithStackSlot, UntaggedStoreVars, in run()