Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DVerifier.h88 bool verifyFunction(const Function &F, raw_ostream *OS = nullptr);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DAnalysis.cpp121 LLVMBool Result = verifyFunction( in LLVMVerifyFunction()
H A DScalarEvolution.cpp10297 assert(!verifyFunction(*L->getHeader()->getParent(), &dbgs()) && in isLoopBackedgeGuardedByCond()
10403 assert(!verifyFunction(*BB->getParent(), &dbgs()) && in isBasicBlockEntryGuardedByCond()
/freebsd-13.1/contrib/llvm-project/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()
H A DVerifier.cpp5727 bool llvm::verifyFunction(const Function &f, raw_ostream *OS) { in verifyFunction() function in llvm
6168 return { llvm::verifyFunction(F, &dbgs()), false }; in run()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp1068 assert(!verifyFunction(F, &dbgs())); in prepareExplicitEH()
1071 assert(!verifyFunction(F, &dbgs())); in prepareExplicitEH()
H A DTypePromotion.cpp991 LLVM_DEBUG(if (verifyFunction(F, &dbgs())) { in runOnFunction()
/freebsd-13.1/contrib/llvm-project/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()
H A DDFAJumpThreading.cpp1264 verifyFunction(F, &dbgs()); in run()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1772 LLVM_DEBUG(if (verifyFunction(*newFunction, &errs())) { in extractCodeRegion()
1776 LLVM_DEBUG(if (verifyFunction(*oldFunction)) in extractCodeRegion()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1144 if (verifyFunction(*F)) in registerCallbacks()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp1312 if (verifyFunction(F, &dbgs())) in runOnFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1150 if (verifyFunction(F, &errs())) in postSplitCleanup()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1809 assert(!verifyFunction(*F, &errs()) && "Module verification failed!"); in cleanupIR()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9986 assert(!verifyFunction(*L->getHeader()->getParent(), &dbgs())); in processLoopInVPlanNativePath()
10390 assert(!verifyFunction(*L->getHeader()->getParent(), &dbgs())); in processLoop()
H A DSLPVectorizer.cpp2586 assert(!verifyFunction(*F, &dbgs())); in ~BoUpSLP()