|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/CodeGen/AsmPrinter/AsmPrinter.cpp 466 if (GlobalGOTEquivs.count(getSymbol(GV)))
2612 if (!AP.GlobalGOTEquivs.count(GOTEquivSym))
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp 2832 assert(FnDebugInfo.count(&GV));
lib/Target/SystemZ/SystemZTDC.cpp 334 if (ConvertedInsts.count(dyn_cast<Instruction>(Op->getOperand(0))) &&
335 ConvertedInsts.count(dyn_cast<Instruction>(Op->getOperand(1))) &&
336 !ConvertedInsts.count(Op))
lib/Transforms/AggressiveInstCombine/TruncInstCombine.cpp 94 if (InstInfoMap.count(I)) {
244 if (UI != CurrentTruncInst && !InstInfoMap.count(UI)) {
lib/Transforms/Scalar/GVN.cpp 1152 assert(!PredLoads.count(OrigPred) && "Split edges shouldn't be in map!");
lib/Transforms/Scalar/RewriteStatepointsForGC.cpp 1014 assert(States.count(BDV));
1126 << (Cache.count(BDV) ? Cache[BDV]->getName().str() : "none")
1129 if (Cache.count(BDV)) {
1139 assert(Cache.count(Def));
1613 assert(PointerToBase.count(L));
2031 assert(Info.PointerToBase.count(LiveValue));
2757 assert(Data.LiveIn.count(Succ));
2774 assert(Data.LiveIn.count(BB));
2796 assert(Data.LiveOut.count(BB));
2826 assert(Info.PointerToBase.count(V) &&
lib/Transforms/Scalar/SCCP.cpp 1479 if (TrackedRetVals.count(F))
lib/Transforms/Vectorize/LoopVectorizationLegality.cpp 857 return Inductions.count(PN);
lib/Transforms/Vectorize/LoopVectorize.cpp 4004 assert(Legal->getInductionVars()->count(P) && "Not an induction variable");
lib/Transforms/Vectorize/SLPVectorizer.cpp 2919 if (MinBWs.count(VL[0]))
3060 if (!MinBWs.count(VL0) || VecTy != SrcVecTy) {
3477 if (MinBWs.count(ScalarRoot)) {
3572 if (BlocksSchedules.count(BB)) {
4253 if (MinBWs.count(ScalarRoot)) {
4269 if (!MinBWs.count(ScalarRoot))
4297 assert(ExternallyUsedValues.count(Scalar) &&
6118 if (ExtraArgs.count(ParentStackElem.first)) {
tools/lld/ELF/ScriptParser.cpp 463 if (script->memoryRegions.count(alias))
465 if (!script->memoryRegions.count(name))
1221 if (script->memoryRegions.count(name) == 0) {
1248 if (script->memoryRegions.count(name) == 0) {
tools/lld/ELF/SyntheticSections.cpp 837 return got.global.count(p.first);
899 return primGot->global.count(p.first);
tools/llvm-readobj/ELFDumper.cpp 4885 if (StackSizeRelocMap.count(Sec) == 0) {
tools/polly/lib/CodeGen/BlockGenerators.cpp 528 if (EscapeMap.count(Inst))
tools/polly/lib/CodeGen/IslExprBuilder.cpp 721 assert(IDToValue.count(Id) && "Identifier not found");
tools/polly/lib/CodeGen/IslNodeBuilder.cpp 1037 if (!IDToValue.count(Id)) {
1181 if (IDToValue.count(Id)) {
unittests/ADT/MapVectorTest.cpp 155 ASSERT_EQ(MV.count(1), 1u);
312 ASSERT_EQ(MV.count(1), 1u);
utils/TableGen/CodeGenDAGPatterns.cpp 3380 if (InstResults.count(Dest->getName()))