Searched refs:verifyFunction (Results 1 - 20 of 20) sorted by relevance

/external/llvm/include/llvm/IR/
H A DVerifier.h42 bool verifyFunction(const Function &F, raw_ostream *OS = nullptr);
54 /// around the above verifyFunction and verifyModule routines and
/external/llvm/bindings/ocaml/analysis/
H A Dllvm_analysis.mli22 human-readable validation report. See [llvm::verifyFunction]. *)
33 [llvm::verifyFunction]. *)
/external/llvm/unittests/IR/
H A DVerifierTest.cpp44 EXPECT_TRUE(verifyFunction(*F));
/external/llvm/lib/Analysis/
H A DAnalysis.cpp97 LLVMBool Result = verifyFunction(
/external/llvm/examples/Kaleidoscope/Chapter3/
H A Dtoy.cpp461 verifyFunction(*TheFunction);
/external/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp469 verifyFunction(*TheFunction);
/external/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp714 verifyFunction(*TheFunction);
/external/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp822 verifyFunction(*TheFunction);
/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1371 llvm::verifyFunction(*ret);
1481 llvm::verifyFunction(*ret);
/external/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp985 verifyFunction(*TheFunction);
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp1009 verifyFunction(*TheFunction);
H A Dtoy.cpp1380 verifyFunction(*TheFunction);
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp1238 verifyFunction(*TheFunction);
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp991 verifyFunction(*TheFunction);
H A Dtoy.cpp1278 verifyFunction(*TheFunction);
/external/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp771 // verifyFunction(*newFunction);
774 // verifyFunction(*oldFunction);
776 DEBUG(if (verifyFunction(*newFunction))
777 report_fatal_error("verifyFunction failed!"));
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp1561 verifyFunction(*TheFunction);
/external/llvm/lib/IR/
H A DVerifier.cpp2593 bool llvm::verifyFunction(const Function &f, raw_ostream *OS) { function in class:llvm
2703 if (verifyFunction(*F, &dbgs()) && FatalErrors)
/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2204 DEBUG(verifyFunction(F));
H A DLoopVectorize.cpp1335 DEBUG(verifyFunction(*L->getHeader()->getParent()));

Completed in 269 milliseconds