|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/Analysis/Lint.cpp 330 visitMemoryReference(I, MCI->getSource(), MemoryLocation::UnknownSize,
342 Assert(AA->alias(MCI->getSource(), Size, MCI->getDest(), Size) !=
352 visitMemoryReference(I, MMI->getSource(), MemoryLocation::UnknownSize,
lib/CodeGen/CodeGenPrepare.cpp 1834 unsigned SrcAlign = getKnownAlignment(MTI->getSource(), *DL);
lib/Transforms/IPO/GlobalOpt.cpp 228 GlobalVariable *MemSrc = dyn_cast<GlobalVariable>(MTI->getSource());
lib/Transforms/InstCombine/InstCombineCalls.cpp 1826 if (GlobalVariable *GVSrc = dyn_cast<GlobalVariable>(MMI->getSource()))
1843 if (MTI->getSource() == MTI->getDest())
lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp 148 if (!pointsToConstantGlobal(MI->getSource()))
405 Copy->getSource(), AI.getAlignment(), DL, &AI, &AC, &DT);
407 isDereferenceableForAllocaSize(Copy->getSource(), &AI, DL)) {
412 Constant *TheSrc = cast<Constant>(Copy->getSource());
lib/Transforms/Instrumentation/DataFlowSanitizer.cpp 1493 Value *SrcShadow = DFSF.DFS.getShadowAddress(I.getSource(), &I);
lib/Transforms/Scalar/AlignmentFromAssumptions.cpp 349 MTI->getSource(), SE);
lib/Transforms/Scalar/MemCpyOptimizer.cpp 931 if (M->getSource() != MDep->getDest() || MDep->isVolatile())
939 if (M->getSource() == MDep->getSource())
939 if (M->getSource() == MDep->getSource())
1143 if (M->getSource() == M->getDest()) {
1150 if (GlobalVariable *GV = dyn_cast<GlobalVariable>(M->getSource()))
1188 if (performCallSlotOptzn(M, M->getDest(), M->getSource(),
1293 getOrEnforceKnownAlignment(MDep->getSource(), ByValAlign, DL,
1298 if (MDep->getSource()->getType()->getPointerAddressSpace() !=
1317 Value *TmpCast = MDep->getSource();
1318 if (MDep->getSource()->getType() != ByValArg->getType())
1319 TmpCast = new BitCastInst(MDep->getSource(), ByValArg->getType(),
lib/Transforms/Utils/VNCoercion.cpp 308 Constant *Src = dyn_cast<Constant>(MTI->getSource());
502 Constant *Src = cast<Constant>(MTI->getSource());
tools/polly/lib/Analysis/ScopBuilder.cpp 1772 auto *SrcPtrVal = MemTrans->getSource();
tools/polly/lib/Analysis/ScopDetection.cpp 756 AF = SE.getSCEVAtScope(cast<MemTransferInst>(II).getSource(), L);