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

/freebsd-11.0-release/contrib/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
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DAnalysis.cpp106 LLVMBool Result = verifyFunction(
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp1040 DEBUG(verifyFunction(F));
1043 DEBUG(verifyFunction(F));
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp773 // verifyFunction(*newFunction);
776 // verifyFunction(*oldFunction);
778 DEBUG(if (verifyFunction(*newFunction))
779 report_fatal_error("verifyFunction failed!"));
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp1300 verifyFunction(F);
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DVerifier.cpp4188 bool llvm::verifyFunction(const Function &f, raw_ostream *OS) { function in class:llvm
4264 if (verifyFunction(F, &dbgs()) && FatalErrors)
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3223 DEBUG(verifyFunction(F));
H A DLoopVectorize.cpp1911 DEBUG(verifyFunction(*L->getHeader()->getParent()));

Completed in 106 milliseconds