| /llvm-project-15.0.7/llvm/unittests/Transforms/Utils/ |
| H A D | CodeExtractorTest.cpp | 77 EXPECT_FALSE(verifyFunction(*Outlined)); in TEST() 78 EXPECT_FALSE(verifyFunction(*Func)); in TEST() 135 EXPECT_FALSE(verifyFunction(*Outlined)); in TEST() 136 EXPECT_FALSE(verifyFunction(*Func)); in TEST() 194 EXPECT_FALSE(verifyFunction(*Func)); in TEST() 251 EXPECT_FALSE(verifyFunction(*Func)); in TEST() 302 EXPECT_FALSE(verifyFunction(*Func)); in TEST() 404 EXPECT_FALSE(verifyFunction(*Func)); in TEST() 456 EXPECT_FALSE(verifyFunction(*Func)); in TEST() 506 EXPECT_FALSE(verifyFunction(*Func)); in TEST() [all …]
|
| H A D | ScalarEvolutionExpanderTest.cpp | 198 EXPECT_FALSE(verifyFunction(*F, &errs())); in TEST_F() 963 EXPECT_FALSE(verifyFunction(F, &errs())); in TEST_F()
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | VerifierTest.cpp | 45 EXPECT_TRUE(verifyFunction(*F)); in TEST() 64 EXPECT_FALSE(verifyFunction(*F)); in TEST() 73 EXPECT_FALSE(verifyFunction(*F)); in TEST() 83 EXPECT_FALSE(verifyFunction(*F)); in TEST() 91 EXPECT_FALSE(verifyFunction(*F)); in TEST() 270 EXPECT_TRUE(verifyFunction(*F2)); in TEST()
|
| /llvm-project-15.0.7/llvm/unittests/Analysis/ |
| H A D | TBAATest.cpp | 63 EXPECT_TRUE(verifyFunction(*F, &Outs)); in TEST_F() 86 EXPECT_TRUE(!verifyFunction(*F)); in TEST_F()
|
| /llvm-project-15.0.7/llvm/bindings/ocaml/analysis/ |
| H A D | llvm_analysis.mli | 20 [false] if it is invalid. See [llvm::verifyFunction]. *) 31 [llvm::verifyFunction]. *)
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Verifier.h | 88 bool verifyFunction(const Function &F, raw_ostream *OS = nullptr);
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | Analysis.cpp | 122 LLVMBool Result = verifyFunction( in LLVMVerifyFunction()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/polly/lib/CodeGen/ |
| H A D | CodeGeneration.cpp | 86 if (!Verify || !verifyFunction(F, &errs())) in verifyGeneratedFunction()
|
| /llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter3/ |
| H A D | toy.cpp | 507 verifyFunction(*TheFunction); in codegen()
|
| /llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter4/ |
| H A D | toy.cpp | 535 verifyFunction(*TheFunction); in codegen()
|
| /llvm-project-15.0.7/llvm/examples/ExceptionDemo/ |
| H A D | ExceptionDemo.cpp | 1319 llvm::verifyFunction(*ret); in createCatchWrappedInvokeFunction() 1427 llvm::verifyFunction(*ret); in createThrowExceptionFunction()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | WinEHPrepare.cpp | 1065 assert(!verifyFunction(F, &dbgs())); in prepareExplicitEH() 1068 assert(!verifyFunction(F, &dbgs())); in prepareExplicitEH()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter5/ |
| H A D | toy.cpp | 809 verifyFunction(*TheFunction); in codegen()
|
| /llvm-project-15.0.7/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
| H A D | LangImpl03.rst | 377 verifyFunction(*TheFunction); 387 Once the function is built, we call ``verifyFunction``, which is
|
| /llvm-project-15.0.7/llvm/examples/Kaleidoscope/MCJIT/cached/ |
| H A D | toy-jit.cpp | 1004 verifyFunction(*TheFunction); in Codegen()
|
| /llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter6/ |
| H A D | toy.cpp | 925 verifyFunction(*TheFunction); in codegen()
|
| /llvm-project-15.0.7/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
| H A D | toy-jit.cpp | 986 verifyFunction(*TheFunction); in Codegen()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | CodeExtractor.cpp | 1842 LLVM_DEBUG(if (verifyFunction(*newFunction, &errs())) { in extractCodeRegion() 1846 LLVM_DEBUG(if (verifyFunction(*oldFunction)) in extractCodeRegion()
|
| /llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
| H A D | toy.cpp | 1088 verifyFunction(*TheFunction); in codegen()
|
| /llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter8/ |
| H A D | toy.cpp | 1093 verifyFunction(*TheFunction); in codegen()
|
| /llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
| H A D | toy.cpp | 1079 verifyFunction(*TheFunction); in codegen()
|
| /llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter7/ |
| H A D | toy.cpp | 1094 verifyFunction(*TheFunction); in codegen()
|
| /llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
| H A D | toy.cpp | 1088 verifyFunction(*TheFunction); in codegen()
|