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

References

lib/Analysis/CFLAndersAliasAnalysis.cpp
  409   for (const auto &Arg : Fn.args()) {
lib/Analysis/LazyValueInfo.cpp
 1987   for (auto &Arg : F->args()) {
lib/Analysis/LegacyDivergenceAnalysis.cpp
  390   for (auto &Arg : F->args()) {
lib/Analysis/ValueTracking.cpp
 1922         for (const Argument &Arg : CalledFunc->args())
lib/Bitcode/Writer/ValueEnumerator.cpp
  155     for (const Argument &A : F.args())
  279     for (const Argument &A : F.args())
  392     for (const Argument &A : F.args())
  952   for (const auto &I : F.args()) {
lib/CodeGen/GlobalISel/IRTranslator.cpp
 2298   for (const Argument &Arg: F.args()) {
lib/CodeGen/MIRParser/MIParser.cpp
 3010   for (const auto &Arg : F.args())
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 9611   for (const Argument &Arg : F.args()) {
 9780   for (const Argument &Arg : F.args()) {
lib/IR/AsmWriter.cpp
  165     for (const Argument &A : F.args())
  283     for (const Argument &A : F.args())
 3469     for (const Argument &Arg : F->args()) {
lib/IR/SafepointIRVerifier.cpp
  753   for (const Argument &A : BB->getParent()->args())
lib/IR/TypeFinder.cpp
   57     for (const auto &A : FI.args())
lib/IR/Verifier.cpp
 2205   for (const Argument &Arg : F.args()) {
lib/Target/AArch64/AArch64CallLowering.cpp
  426   for (auto &Arg : F.args()) {
  706   if (any_of(CallerF.args(), [](const Argument &A) {
lib/Target/AArch64/AArch64FastISel.cpp
 2969   for (auto const &Arg : F->args()) {
 3023   for (auto const &Arg : F->args()) {
lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
  968   for (auto &Arg : MF.getFunction().args()) {
lib/Target/AMDGPU/AMDGPUCallLowering.cpp
  460   for (auto &Arg : F.args()) {
  595   for (auto &Arg : F.args()) {
lib/Target/AMDGPU/AMDGPUHSAMetadataStreamer.cpp
  302   for (auto &Arg : Func.args())
  716   for (auto &Arg : Func.args())
lib/Target/AMDGPU/AMDGPUISelLowering.cpp
  924   for (const Argument &Arg : Fn.args()) {
lib/Target/AMDGPU/AMDGPUSubtarget.cpp
  503   for (const Argument &Arg : F.args()) {
lib/Target/AMDGPU/SIISelLowering.cpp
 2615   for (const Argument &Arg : CallerF.args()) {
lib/Target/ARM/ARMCallLowering.cpp
  436   for (auto &Arg : F.args()) {
  451   for (auto &Arg : F.args()) {
lib/Target/ARM/ARMFastISel.cpp
 3024   for (const Argument &Arg : F->args()) {
 3056   for (const Argument &Arg : F->args()) {
lib/Target/Hexagon/HexagonBitTracker.cpp
   63   for (const Argument &Arg : MF.getFunction().args()) {
lib/Target/Mips/MipsCallLowering.cpp
  461   for (auto &Arg : F.args()) {
  473   for (auto &Arg : F.args()) {
lib/Target/Mips/MipsFastISel.cpp
 1352   for (const auto &FormalArg : F->args()) {
 1465   for (const auto &FormalArg : F->args()) {
lib/Target/NVPTX/NVPTXISelLowering.cpp
 2484   for (const Argument &I : F->args()) {
lib/Target/WebAssembly/WebAssemblyFastISel.cpp
  644   for (auto const &Arg : F->args()) {
  723   for (auto const &Arg : F->args()) {
lib/Target/X86/X86CallLowering.cpp
  343   for (auto &Arg : F.args()) {
lib/Target/X86/X86FastISel.cpp
 3081   for (auto const &Arg : F->args()) {
 3130   for (auto const &Arg : F->args()) {
lib/Target/X86/X86ISelLowering.cpp
22237       for (const auto &A : F.args()) {
lib/Transforms/Utils/CloneFunction.cpp
   94   for (const Argument &I : OldFunc->args())
  115   for (const Argument &OldArg : OldFunc->args()) {
  464     for (const Argument &II : OldFunc->args())
lib/Transforms/Utils/InlineFunction.cpp
  927   for (const Argument &Arg : CalledFunc->args())
tools/polly/lib/Analysis/ScopBuilder.cpp
 2924   for (const llvm::Argument &Arg : F.args())
tools/verify-uselistorder/verify-uselistorder.cpp
  216     for (const Argument &A : F.args())