Lines Matching defs:ScopeToDILocation
3485 const ScopeToDILocT &ScopeToDILocation,
3513 auto DILocationIt = ScopeToDILocation.find(WS);
3514 if (DILocationIt != ScopeToDILocation.end()) {
3530 unsigned MaxNumBlocks, const ScopeToDILocT &ScopeToDILocation,
3547 makeDepthFirstEjectionMap(EjectionMap, ScopeToDILocation,
3595 auto DILocIt = ScopeToDILocation.find(WS);
3596 if (HighestDFSIn <= WS->getDFSIn() && DILocIt != ScopeToDILocation.end()) {
3618 auto DILocationIt = ScopeToDILocation.find(WS);
3619 if (DILocationIt == ScopeToDILocation.end())
3786 ScopeToDILocT ScopeToDILocation;
3806 ScopeToDILocation[Scope] = ScopeLoc;
3827 MaxNumBlocks, ScopeToDILocation, ScopeToVars, ScopeToAssignBlocks,