Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DMachinePassManager.h139 bool VerifyMachineFunction = false)
141 VerifyMachineFunction(VerifyMachineFunction) {} in RequireCodeGenSCCOrder()
252 bool VerifyMachineFunction; variable
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachinePassManager.cpp37 if (VerifyMachineFunction) { in run()