Lines Matching defs:ScopeToDILocation
3499 const ScopeToDILocT &ScopeToDILocation,
3527 auto DILocationIt = ScopeToDILocation.find(WS);
3528 if (DILocationIt != ScopeToDILocation.end()) {
3544 unsigned MaxNumBlocks, const ScopeToDILocT &ScopeToDILocation,
3561 makeDepthFirstEjectionMap(EjectionMap, ScopeToDILocation,
3609 auto DILocIt = ScopeToDILocation.find(WS);
3610 if (HighestDFSIn <= WS->getDFSIn() && DILocIt != ScopeToDILocation.end()) {
3632 auto DILocationIt = ScopeToDILocation.find(WS);
3633 if (DILocationIt == ScopeToDILocation.end())
3800 ScopeToDILocT ScopeToDILocation;
3820 ScopeToDILocation[Scope] = ScopeLoc;
3841 MaxNumBlocks, ScopeToDILocation, ScopeToVars, ScopeToAssignBlocks,