Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePassManager.h154 bool VerifyMachineFunction = false)
156 VerifyMachineFunction(VerifyMachineFunction) {} in RequireCodeGenSCCOrder()
267 bool VerifyMachineFunction; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePassManager.cpp40 if (VerifyMachineFunction) { in run()