reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Utils/InlineFunction.cpp
 1145   AssumptionCache *AC = &(*IFI.GetAssumptionCache)(*CS.getCaller());
 1146   auto &DL = CS.getCaller()->getParent()->getDataLayout();
 1153   Function *CalledFunc = CS.getCalledFunction();
 1158         DT.recalculate(*CS.getCaller());
 1164       Value *ArgVal = CS.getArgument(Arg.getArgNo());
 1165       if (getKnownAlignment(ArgVal, DL, CS.getInstruction(), AC, &DT) >= Align)
 1168       CallInst *NewAsmp = IRBuilder<>(CS.getInstruction())