Searched refs:DefLoc (Results 1 – 4 of 4) sorted by relevance
225 const unsigned DefLoc = getInstrIdx(*Def); in rescheduleCanonically() local227 const unsigned Delta = (UseLoc - DefLoc); in rescheduleCanonically()231 if (DefLoc >= UseLoc) in rescheduleCanonically()
169 const MemoryLocation DefLoc = MemoryLocation::get(I); in getModRefInfo() local170 ModRefInfo MR = getModRefInfo(Call2, DefLoc, AAQI); in getModRefInfo()
2751 SMLoc DefLoc = Lex.getLoc(); in ParseDef() local2762 CurRec = std::make_unique<Record>(Records.getNewAnonymousName(), DefLoc, Records, in ParseDef()2765 CurRec = std::make_unique<Record>(Name, DefLoc, Records); in ParseDef()
1524 Loc DefLoc(DomB, It); in calculatePlacement() local1525 Defs.emplace_back(DefLoc, Refs); in calculatePlacement()