Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/analysis/
H A Dllvm_analysis.mli20 [false] if it is invalid. See [llvm::verifyFunction]. *)
31 [llvm::verifyFunction]. *)
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DVerifier.h88 bool verifyFunction(const Function &F, raw_ostream *OS = nullptr);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DSafepointIRVerifier.cpp475 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 DAnalysis.cpp121 LLVMBool Result = verifyFunction( in LLVMVerifyFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter3/
H A Dtoy.cpp507 verifyFunction(*TheFunction); in codegen()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp535 verifyFunction(*TheFunction); in codegen()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1319 llvm::verifyFunction(*ret); in createCatchWrappedInvokeFunction()
1427 llvm::verifyFunction(*ret); in createThrowExceptionFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp1068 assert(!verifyFunction(F, &dbgs())); in prepareExplicitEH()
1071 assert(!verifyFunction(F, &dbgs())); in prepareExplicitEH()
H A DTypePromotion.cpp997 LLVM_DEBUG(if (verifyFunction(F, &dbgs())) { in runOnFunction()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp809 verifyFunction(*TheFunction); in codegen()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl03.rst377 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 DCodeExtractor.cpp1769 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 Dtoy-jit.cpp986 verifyFunction(*TheFunction); in Codegen()
H A Dtoy.cpp1273 verifyFunction(*TheFunction); in Codegen()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp1004 verifyFunction(*TheFunction); in Codegen()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp925 verifyFunction(*TheFunction); in codegen()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp1093 verifyFunction(*TheFunction); in codegen()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A Dtoy.cpp1088 verifyFunction(*TheFunction); in codegen()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp1094 verifyFunction(*TheFunction); in codegen()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A Dtoy.cpp1088 verifyFunction(*TheFunction); in codegen()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A Dtoy.cpp1088 verifyFunction(*TheFunction); in codegen()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A Dtoy.cpp1079 verifyFunction(*TheFunction); in codegen()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp1233 verifyFunction(*TheFunction); in Codegen()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp1301 verifyFunction(*TheFunction); in codegen()

12