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

Declarations

include/llvm/Passes/PassBuilder.h
  238   void crossRegisterProxies(LoopAnalysisManager &LAM,

References

lib/LTO/LTOBackend.cpp
  192   PB.crossRegisterProxies(LAM, FAM, CGAM, MAM);
  252   PB.crossRegisterProxies(LAM, FAM, CGAM, MAM);
tools/clang/lib/CodeGen/BackendUtil.cpp
 1109   PB.crossRegisterProxies(LAM, FAM, CGAM, MAM);
tools/llvm-opt-fuzzer/llvm-opt-fuzzer.cpp
  144   PB.crossRegisterProxies(LAM, FAM, CGAM, MAM);
tools/opt/NewPMDriver.cpp
  318   PB.crossRegisterProxies(LAM, FAM, CGAM, MAM);
tools/polly/unittests/ScopPassManager/PassManagerTest.cpp
   46     PB.crossRegisterProxies(LAM, FAM, CGAM, MAM);
unittests/IR/PassBuilderCallbacksTest.cpp
  459     PB.crossRegisterProxies(LAM, FAM, CGAM, AM);