Home
last modified time | relevance | path

Searched refs:verifyFunction (Results 1 – 25 of 42) sorted by relevance

12

/llvm-project-15.0.7/llvm/unittests/Transforms/Utils/
H A DCodeExtractorTest.cpp77 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 DScalarEvolutionExpanderTest.cpp198 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 DVerifierTest.cpp45 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 DTBAATest.cpp63 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 Dllvm_analysis.mli20 [false] if it is invalid. See [llvm::verifyFunction]. *)
31 [llvm::verifyFunction]. *)
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DVerifier.h88 bool verifyFunction(const Function &F, raw_ostream *OS = nullptr);
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DAnalysis.cpp122 LLVMBool Result = verifyFunction( in LLVMVerifyFunction()
/llvm-project-15.0.7/llvm/lib/IR/
H A DSafepointIRVerifier.cpp484 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 DCodeGeneration.cpp86 if (!Verify || !verifyFunction(F, &errs())) in verifyGeneratedFunction()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter3/
H A Dtoy.cpp507 verifyFunction(*TheFunction); in codegen()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp535 verifyFunction(*TheFunction); in codegen()
/llvm-project-15.0.7/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1319 llvm::verifyFunction(*ret); in createCatchWrappedInvokeFunction()
1427 llvm::verifyFunction(*ret); in createThrowExceptionFunction()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp1065 assert(!verifyFunction(F, &dbgs())); in prepareExplicitEH()
1068 assert(!verifyFunction(F, &dbgs())); in prepareExplicitEH()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp1508 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 Dtoy.cpp809 verifyFunction(*TheFunction); in codegen()
/llvm-project-15.0.7/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl03.rst377 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 Dtoy-jit.cpp1004 verifyFunction(*TheFunction); in Codegen()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp925 verifyFunction(*TheFunction); in codegen()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp986 verifyFunction(*TheFunction); in Codegen()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1842 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 Dtoy.cpp1088 verifyFunction(*TheFunction); in codegen()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp1093 verifyFunction(*TheFunction); in codegen()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A Dtoy.cpp1079 verifyFunction(*TheFunction); in codegen()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp1094 verifyFunction(*TheFunction); in codegen()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A Dtoy.cpp1088 verifyFunction(*TheFunction); in codegen()

12