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

Declarations

include/llvm/Passes/PassBuilder.h
  272   void registerLoopAnalyses(LoopAnalysisManager &LAM);

References

lib/LTO/LTOBackend.cpp
  191   PB.registerLoopAnalyses(LAM);
  251   PB.registerLoopAnalyses(LAM);
tools/clang/lib/CodeGen/BackendUtil.cpp
 1108   PB.registerLoopAnalyses(LAM);
tools/llvm-opt-fuzzer/llvm-opt-fuzzer.cpp
  143   PB.registerLoopAnalyses(LAM);
tools/opt/NewPMDriver.cpp
  317   PB.registerLoopAnalyses(LAM);
tools/polly/unittests/ScopPassManager/PassManagerTest.cpp
   35     PB.registerLoopAnalyses(LAM);
unittests/IR/PassBuilderCallbacksTest.cpp
  458     PB.registerLoopAnalyses(LAM);