Home
last modified time | relevance | path

Searched refs:VerifyInput (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DPassManagerBuilder.h165 bool VerifyInput; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DPassManagerBuilder.cpp170 VerifyInput = false; in PassManagerBuilder()
1037 if (VerifyInput) in populateThinLTOPassManager()
1068 if (VerifyInput) in populateLTOPassManager()
/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator-verifier.h270 static void VerifyInput(const OperandConstraint& constraint);
Dregister-allocator-verifier.cc85 VerifyInput(op_constraints[count]); in RegisterAllocatorVerifier()
107 void RegisterAllocatorVerifier::VerifyInput( in VerifyInput() function in v8::internal::compiler::RegisterAllocatorVerifier
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOCodeGenerator.cpp572 PMB.VerifyInput = !DisableVerify; in optimize()
DLTOBackend.cpp285 PMB.VerifyInput = true; in runOldPMPasses()
DThinLTOCodeGenerator.cpp243 PMB.VerifyInput = false; in optimizeModule()