Home
last modified time | relevance | path

Searched refs:VerifyMachineFunction (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachinePassManager.h139 bool VerifyMachineFunction = false)
141 VerifyMachineFunction(VerifyMachineFunction) {} in RequireCodeGenSCCOrder()
252 bool VerifyMachineFunction; variable
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachinePassManager.cpp37 if (VerifyMachineFunction) { in run()