Home
last modified time | relevance | path

Searched refs:MachineFunctionAnalysisManagerModuleProxy (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePassManager.cpp46 bool MachineFunctionAnalysisManagerModuleProxy::Result::invalidate( in invalidate()
61 auto PAC = PA.getChecker<MachineFunctionAnalysisManagerModuleProxy>(); in invalidate()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePassManager.h104 using MachineFunctionAnalysisManagerModuleProxy = variable
108 LLVM_ABI bool MachineFunctionAnalysisManagerModuleProxy::Result::invalidate(
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilder.cpp2351 [&] { return MachineFunctionAnalysisManagerModuleProxy(*MFAM); }); in crossRegisterProxies()
H A DStandardInstrumentations.cpp1498 MAM->getResult<MachineFunctionAnalysisManagerModuleProxy>(M) in registerCallbacks()