reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
850 if (auto *CU = CUMap.lookup(DIUnit)) 1826 DwarfCompileUnit &TheCU = *CUMap.lookup(SP->getUnit());lib/MC/MCWin64EH.cpp
561 EpilogInfo[EpilogStart] = EpilogInfo.lookup(MatchingEpilog);
lib/Transforms/AggressiveInstCombine/TruncInstCombine.cpp194 unsigned IOpBitwidth = InstInfoMap.lookup(IOp).ValidBitWidth; 201 unsigned MinBitWidth = InstInfoMap.lookup(cast<Instruction>(Src)).MinBitWidth; 295 Info Entry = InstInfoMap.lookup(I);lib/Transforms/Vectorize/LoopVectorize.cpp
4006 InductionDescriptor II = Legal->getInductionVars()->lookup(P); 6780 InductionDescriptor II = Legal->getInductionVars()->lookup(Phi);lib/Transforms/Vectorize/VPlanHCFGTransforms.cpp
61 InductionDescriptor II = Inductions->lookup(Phi);
tools/lld/ELF/LinkerScript.cpp771 if (MemoryRegion *m = memoryRegions.lookup(sec->memoryRegionName)) 976 if (MemoryRegion *m = memoryRegions.lookup(sec->lmaRegionName))tools/lld/ELF/SyntheticSections.cpp
738 index = g.pagesMap.lookup(outSec).firstIndex + (symAddr - secAddr) / 0xffff; 740 index = g.local16.lookup({nullptr, getMipsPageAddr(sym.getVA(addend))}); 750 return g.tls.lookup(sym) * config->wordsize; 752 return g.global.lookup(sym) * config->wordsize; 753 return g.local16.lookup({sym, addend}) * config->wordsize; 758 return g.dynTlsSymbols.lookup(nullptr) * config->wordsize; 765 return g.dynTlsSymbols.lookup(sym) * config->wordsize;tools/polly/lib/CodeGen/IRBuilder.cpp
172 auto AliasScope = AliasScopeMap.lookup(BasePtr); 226 auto AliasScope = AliasScopeMap.lookup(BasePtr); 233 AliasScope = AliasScopeMap.lookup(BasePtr);