/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/analysis/ |
H A D | llvm_analysis.mli | 20 [false] if it is invalid. See [llvm::verifyFunction]. *) 31 [llvm::verifyFunction]. *)
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | Verifier.h | 88 bool verifyFunction(const Function &F, raw_ostream *OS = nullptr);
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | SafepointIRVerifier.cpp | 475 static void verifyFunction(GCPtrTracker &&Tracker, 577 void GCPtrTracker::verifyFunction(GCPtrTracker &&Tracker, in verifyFunction() function in GCPtrTracker 896 GCPtrTracker::verifyFunction(std::move(Tracker), Verifier); in Verify()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | Analysis.cpp | 121 LLVMBool Result = verifyFunction( in LLVMVerifyFunction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter3/ |
H A D | toy.cpp | 507 verifyFunction(*TheFunction); in codegen()
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter4/ |
H A D | toy.cpp | 535 verifyFunction(*TheFunction); in codegen()
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/ExceptionDemo/ |
H A D | ExceptionDemo.cpp | 1319 llvm::verifyFunction(*ret); in createCatchWrappedInvokeFunction() 1427 llvm::verifyFunction(*ret); in createThrowExceptionFunction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | WinEHPrepare.cpp | 1068 assert(!verifyFunction(F, &dbgs())); in prepareExplicitEH() 1071 assert(!verifyFunction(F, &dbgs())); in prepareExplicitEH()
|
H A D | TypePromotion.cpp | 997 LLVM_DEBUG(if (verifyFunction(F, &dbgs())) { in runOnFunction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | LoopFuse.cpp | 1508 assert(!verifyFunction(*FC0.Header->getParent(), &errs())); in performFusion() 1800 assert(!verifyFunction(*FC0.Header->getParent(), &errs())); in fuseGuardedLoops()
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter5/ |
H A D | toy.cpp | 809 verifyFunction(*TheFunction); in codegen()
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
H A D | LangImpl03.rst | 377 verifyFunction(*TheFunction); 387 Once the function is built, we call ``verifyFunction``, which is
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | CodeExtractor.cpp | 1769 LLVM_DEBUG(if (verifyFunction(*newFunction, &errs())) { in extractCodeRegion() 1773 LLVM_DEBUG(if (verifyFunction(*oldFunction)) in extractCodeRegion()
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
H A D | toy-jit.cpp | 986 verifyFunction(*TheFunction); in Codegen()
|
H A D | toy.cpp | 1273 verifyFunction(*TheFunction); in Codegen()
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/ |
H A D | toy-jit.cpp | 1004 verifyFunction(*TheFunction); in Codegen()
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter6/ |
H A D | toy.cpp | 925 verifyFunction(*TheFunction); in codegen()
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter8/ |
H A D | toy.cpp | 1093 verifyFunction(*TheFunction); in codegen()
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
H A D | toy.cpp | 1088 verifyFunction(*TheFunction); in codegen()
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter7/ |
H A D | toy.cpp | 1094 verifyFunction(*TheFunction); in codegen()
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
H A D | toy.cpp | 1088 verifyFunction(*TheFunction); in codegen()
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
H A D | toy.cpp | 1088 verifyFunction(*TheFunction); in codegen()
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
H A D | toy.cpp | 1079 verifyFunction(*TheFunction); in codegen()
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/initial/ |
H A D | toy.cpp | 1233 verifyFunction(*TheFunction); in Codegen()
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter9/ |
H A D | toy.cpp | 1301 verifyFunction(*TheFunction); in codegen()
|