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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DVerifier.h88 bool verifyFunction(const Function &F, raw_ostream *OS = nullptr);
129 /// around the above verifyFunction and verifyModule routines and
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DAnalysis.cpp120 LLVMBool Result = verifyFunction(
H A DScalarEvolution.cpp9522 assert(!verifyFunction(*L->getHeader()->getParent(), &dbgs()) &&
9632 assert(!verifyFunction(*L->getHeader()->getParent(), &dbgs()) &&
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DSafepointIRVerifier.cpp475 static void verifyFunction(GCPtrTracker &&Tracker,
520 /// It is a visitor for GCPtrTracker::verifyFunction. It decides if the
578 void GCPtrTracker::verifyFunction(GCPtrTracker &&Tracker, function in class:GCPtrTracker
897 GCPtrTracker::verifyFunction(std::move(Tracker), Verifier);
H A DVerifier.cpp5095 bool llvm::verifyFunction(const Function &f, raw_ostream *OS) { function in class:llvm
5536 return { llvm::verifyFunction(F, &dbgs()), false };
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp1053 LLVM_DEBUG(verifyFunction(F));
1056 LLVM_DEBUG(verifyFunction(F));
H A DTypePromotion.cpp995 LLVM_DEBUG(if (verifyFunction(F, &dbgs())) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp1322 assert(!verifyFunction(*FC0.Header->getParent(), &errs()));
1585 assert(!verifyFunction(*FC0.Header->getParent(), &errs()));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1601 LLVM_DEBUG(if (verifyFunction(*newFunction, &errs())) {
1605 LLVM_DEBUG(if (verifyFunction(*oldFunction))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp1305 verifyFunction(F);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp875 verifyFunction(F);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7594 LLVM_DEBUG(verifyFunction(*L->getHeader()->getParent()));
7890 LLVM_DEBUG(verifyFunction(*L->getHeader()->getParent()));
H A DSLPVectorizer.cpp5675 LLVM_DEBUG(verifyFunction(F));

Completed in 510 milliseconds