| /openbsd-src/gnu/llvm/llvm/bindings/ocaml/analysis/ |
| H A D | llvm_analysis.mli | 20 [false] if it is invalid. See [llvm::verifyFunction]. *) 31 [llvm::verifyFunction]. *)
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | Verifier.h | 88 bool verifyFunction(const Function &F, raw_ostream *OS = nullptr);
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | Analysis.cpp | 118 LLVMBool Result = verifyFunction( in LLVMVerifyFunction()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | SafepointIRVerifier.cpp | 484 static void verifyFunction(GCPtrTracker &&Tracker, 586 void GCPtrTracker::verifyFunction(GCPtrTracker &&Tracker, in verifyFunction() function in GCPtrTracker 905 GCPtrTracker::verifyFunction(std::move(Tracker), Verifier); in Verify()
|
| /openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter3/ |
| H A D | toy.cpp | 507 verifyFunction(*TheFunction); in codegen()
|
| /openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter4/ |
| H A D | toy.cpp | 535 verifyFunction(*TheFunction); in codegen()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | WinEHPrepare.cpp | 1062 assert(!verifyFunction(F, &dbgs())); in prepareExplicitEH() 1065 assert(!verifyFunction(F, &dbgs())); in prepareExplicitEH()
|
| /openbsd-src/gnu/llvm/llvm/examples/ExceptionDemo/ |
| H A D | ExceptionDemo.cpp | 1319 llvm::verifyFunction(*ret); in createCatchWrappedInvokeFunction() 1427 llvm::verifyFunction(*ret); in createThrowExceptionFunction()
|
| /openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter5/ |
| H A D | toy.cpp | 809 verifyFunction(*TheFunction); in codegen()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | LoopFuse.cpp | 1759 assert(!verifyFunction(*FC0.Header->getParent(), &errs())); in performFusion() 2052 assert(!verifyFunction(*FC0.Header->getParent(), &errs())); in fuseGuardedLoops()
|
| H A D | DFAJumpThreading.cpp | 1337 verifyFunction(F, &dbgs()); in run()
|
| /openbsd-src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
| H A D | LangImpl03.rst | 377 verifyFunction(*TheFunction); 387 Once the function is built, we call ``verifyFunction``, which is
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter6/ |
| H A D | toy.cpp | 925 verifyFunction(*TheFunction); in codegen()
|
| /openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/cached/ |
| H A D | toy-jit.cpp | 1004 verifyFunction(*TheFunction); in Codegen()
|
| H A D | toy.cpp | 1375 verifyFunction(*TheFunction); in Codegen()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | CodeExtractor.cpp | 1852 LLVM_DEBUG(if (verifyFunction(*newFunction, &errs())) { in extractCodeRegion() 1856 LLVM_DEBUG(if (verifyFunction(*oldFunction)) in extractCodeRegion()
|
| /openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
| H A D | toy.cpp | 1079 verifyFunction(*TheFunction); in codegen()
|
| /openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter7/ |
| H A D | toy.cpp | 1094 verifyFunction(*TheFunction); in codegen()
|
| /openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
| H A D | toy.cpp | 1088 verifyFunction(*TheFunction); in codegen()
|
| /openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter8/ |
| H A D | toy.cpp | 1092 verifyFunction(*TheFunction); in codegen()
|
| /openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
| H A D | toy.cpp | 1088 verifyFunction(*TheFunction); in codegen()
|
| /openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
| H A D | toy.cpp | 1088 verifyFunction(*TheFunction); in codegen()
|
| /openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/initial/ |
| H A D | toy.cpp | 1233 verifyFunction(*TheFunction); in Codegen()
|