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

References

examples/Kaleidoscope/BuildingAJIT/Chapter1/toy.cpp
 1046   for (auto &Arg : F->args())
 1071   for (auto &Arg : TheFunction->args()) {
examples/Kaleidoscope/BuildingAJIT/Chapter2/toy.cpp
 1046   for (auto &Arg : F->args())
 1071   for (auto &Arg : TheFunction->args()) {
examples/Kaleidoscope/BuildingAJIT/Chapter3/toy.cpp
 1045   for (auto &Arg : F->args())
 1070   for (auto &Arg : TheFunction->args()) {
examples/Kaleidoscope/BuildingAJIT/Chapter4/toy.cpp
 1031   for (auto &Arg : F->args())
 1063   for (auto &Arg : TheFunction->args()) {
examples/Kaleidoscope/BuildingAJIT/Chapter5/toy.cpp
 1055   for (auto &Arg : F->args())
 1087   for (auto &Arg : TheFunction->args()) {
examples/Kaleidoscope/Chapter3/toy.cpp
  477   for (auto &Arg : F->args())
  499   for (auto &Arg : TheFunction->args())
examples/Kaleidoscope/Chapter4/toy.cpp
  505   for (auto &Arg : F->args())
  526   for (auto &Arg : TheFunction->args())
examples/Kaleidoscope/Chapter5/toy.cpp
  779   for (auto &Arg : F->args())
  800   for (auto &Arg : TheFunction->args())
examples/Kaleidoscope/Chapter6/toy.cpp
  891   for (auto &Arg : F->args())
  916   for (auto &Arg : TheFunction->args())
examples/Kaleidoscope/Chapter7/toy.cpp
 1051   for (auto &Arg : F->args())
 1076   for (auto &Arg : TheFunction->args()) {
examples/Kaleidoscope/Chapter8/toy.cpp
 1050   for (auto &Arg : F->args())
 1075   for (auto &Arg : TheFunction->args()) {
examples/Kaleidoscope/Chapter9/toy.cpp
 1217   for (auto &Arg : F->args())
 1263   for (auto &Arg : TheFunction->args()) {
lib/Analysis/AliasAnalysisEvaluator.cpp
  103   for (auto &I : F.args())
lib/Analysis/CFLGraph.h
  641     for (auto &Arg : Fn.args())
lib/Analysis/CFLSteensAliasAnalysis.cpp
  173   for (auto &Param : Fn.args()) {
lib/Analysis/DivergenceAnalysis.cpp
  445   for (auto &Arg : F.args()) {
lib/Analysis/LegacyDivergenceAnalysis.cpp
  136   for (auto &Arg : F.args()) {
lib/AsmParser/LLParser.cpp
 2834   for (Argument &A : F.args())
lib/Bitcode/Reader/BitcodeReader.cpp
 3709   for (Argument &I : F->args()) {
lib/CodeGen/SafeStack.cpp
  413   for (Argument &Arg : F.args()) {
lib/CodeGen/SjLjEHPrepare.cpp
  235   for (auto &AI : F.args()) {
lib/ExecutionEngine/Orc/IndirectionUtils.cpp
  245   for (auto &A : F.args())
lib/Target/AMDGPU/AMDGPULowerKernelArguments.cpp
   95   for (Argument &Arg : F.args()) {
lib/Target/AMDGPU/AMDGPURewriteOutArguments.cpp
  249   for (Argument &Arg : F.args()) {
  433   for (Argument &Arg : F.args()) {
  448   for (Argument &Arg : F.args()) {
lib/Target/AMDGPU/R600OpenCLImageTypeLoweringPass.cpp
  309     for (auto &Arg: F->args()) {
lib/Target/Hexagon/HexagonOptimizeSZextends.cpp
   73   for (auto &Arg : F.args()) {
lib/Target/NVPTX/NVPTXLowerArgs.cpp
  229   for (Argument &Arg : F.args()) {
  242   for (Argument &Arg : F.args())
lib/Transforms/Coroutines/CoroFrame.cpp
 1298   for (auto &Arg : F.args()) {
 1380   for (Argument &A : F.args())
lib/Transforms/Coroutines/CoroSplit.cpp
  508     for (auto &Arg : F.args()) {
  649   for (Argument &A : OrigF.args())
lib/Transforms/IPO/ArgumentPromotion.cpp
  896   for (Argument &I : F->args())
lib/Transforms/IPO/Attributor.cpp
  196         for (Argument &Arg : CS.getCalledFunction()->args())
  886     for (Argument &Arg : F->args()) {
 4777   for (Argument &Arg : F.args()) {
lib/Transforms/IPO/CalledValuePropagation.cpp
  282     for (Argument &A : F->args()) {
lib/Transforms/IPO/DeadArgumentElimination.cpp
  292   for (Argument &Arg : Fn.args()) {
lib/Transforms/IPO/FunctionAttrs.cpp
  587     if (llvm::any_of(F->args(),
  642         for (auto &CSArg : CalledFunc->args()) {
lib/Transforms/IPO/MergeFunctions.cpp
  708   for (Argument &AI : H->args()) {
lib/Transforms/Instrumentation/AddressSanitizer.cpp
 2898   for (Argument &Arg : F.args()) {
lib/Transforms/Instrumentation/MemorySanitizer.cpp
 1606       for (auto &FArg : F->args()) {
lib/Transforms/ObjCARC/ProvenanceAnalysisEvaluator.cpp
   56   for (auto &Arg : F.args())
lib/Transforms/Scalar/DeadStoreElimination.cpp
  772   for (Argument &AI : BB.getParent()->args())
lib/Transforms/Scalar/NewGVN.cpp
 2913   for (auto &FA : F.args())
lib/Transforms/Scalar/Reassociate.cpp
  170   for (auto &Arg : F.args()) {
lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
 2402   for (Argument &A : F.args())
lib/Transforms/Scalar/SCCP.cpp
 1812   for (Argument &AI : F.args())
 2034     for (Argument &AI : F.args())
lib/Transforms/Scalar/TailRecursionElimination.cpp
  196   for (Argument &Arg : F.args()) {
lib/Transforms/Utils/CloneFunction.cpp
  244   for (const Argument &I : F->args())
  258   for (const Argument & I : F->args())
lib/Transforms/Utils/InlineFunction.cpp
 1154   for (Argument &Arg : CalledFunc->args()) {
lib/Transforms/Utils/InstructionNamer.cpp
   34       for (auto &Arg : F.args())
lib/Transforms/Utils/ValueMapper.cpp
  946     for (Argument &A : F.args())
tools/bugpoint/Miscompilation.cpp
  910           for (Argument &A : FuncWrapper->args())
tools/clang/lib/CodeGen/CGCall.cpp
 2249   for (auto &Arg : Fn->args()) {
tools/clang/lib/CodeGen/CGNonTrivialStruct.cpp
  436         for (const llvm::Argument &Arg : F->args())
tools/clang/lib/CodeGen/CGVTables.cpp
  397   for (llvm::Argument &A : CurFn->args())
tools/clang/lib/CodeGen/CodeGenFunction.cpp
  432   for (llvm::Argument &A : CurFn->args())
 2275   llvm::for_each(Resolver->args(),
tools/clang/lib/CodeGen/CodeGenModule.cpp
 4301     for (llvm::Argument &A : newFn->args()) {
tools/clang/lib/CodeGen/TargetInfo.cpp
 9905   for (auto &A : F->args())
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptx86ABIFixups.cpp
  254     for (auto &arg : func->args()) {
tools/llvm-reduce/deltas/ReduceArguments.cpp
   52       for (auto &A : F.args())
   64     for (auto &A : F->args())
   85     for (auto &Arg : F->args())
  112       for (auto &A : F.args())
tools/llvm-stress/llvm-stress.cpp
  680   for (auto &arg : F->args())
tools/verify-uselistorder/verify-uselistorder.cpp
  492     for (Argument &A : F.args())
unittests/Analysis/AliasAnalysisTest.cpp
   48     for (Argument &A : F.args())
unittests/Analysis/SparsePropagation.cpp
  172     for (Argument &A : F->args()) {
unittests/ExecutionEngine/MCJIT/MCJITTestBase.h
   68     for (Argument &A : Result->args())
unittests/IR/FunctionTest.cpp
   39   for (Argument &A : F->args()) {
   69   for (Argument &A : F1->args())
   81   for (Argument &A : F2->args()) {
   90   for (Argument &A : F1->args()) {
  105   for (Argument &A : F1->args()) {