Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DVerifier.h88 bool verifyFunction(const Function &F, raw_ostream *OS = nullptr);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DAnalysis.cpp89 LLVMBool Result = verifyFunction( in LLVMVerifyFunction()
H A DScalarEvolution.cpp11412 assert(!verifyFunction(*L->getHeader()->getParent(), &dbgs()) && in isLoopBackedgeGuardedByCond()
11515 assert(!verifyFunction(*BB->getParent(), &dbgs()) && in isBasicBlockEntryGuardedByCond()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DSafepointIRVerifier.cpp484 static void verifyFunction(GCPtrTracker &&Tracker,
584 void GCPtrTracker::verifyFunction(GCPtrTracker &&Tracker, in verifyFunction() function in GCPtrTracker
903 GCPtrTracker::verifyFunction(std::move(Tracker), Verifier); in Verify()
H A DVerifier.cpp7128 bool llvm::verifyFunction(const Function &f, raw_ostream *OS) { in verifyFunction() function in llvm
7568 return { llvm::verifyFunction(F, &dbgs()), false }; in run()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp1211 assert(!verifyFunction(F, &dbgs())); in prepareExplicitEH()
1214 assert(!verifyFunction(F, &dbgs())); in prepareExplicitEH()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp1758 assert(!verifyFunction(*FC0.Header->getParent(), &errs())); in performFusion()
2052 assert(!verifyFunction(*FC0.Header->getParent(), &errs())); in fuseGuardedLoops()
H A DDFAJumpThreading.cpp1357 verifyFunction(F, &dbgs()); in run()
H A DConstraintElimination.cpp1355 assert(!verifyFunction(*F, &dbgs())); in generateReproducer()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1919 LLVM_DEBUG(if (verifyFunction(*newFunction, &errs())) { in extractCodeRegion()
1923 LLVM_DEBUG(if (verifyFunction(*oldFunction)) in extractCodeRegion()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp1283 if (verifyFunction(F, &dbgs())) in runOnFunction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1215 if (verifyFunction(F, &errs())) in postSplitCleanup()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1470 if (verifyFunction(*F, &errs())) in registerCallbacks()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp2645 assert(!verifyFunction(*F, &errs()) && "Module verification failed!"); in cleanupIR()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9487 assert(!verifyFunction(*L->getHeader()->getParent(), &dbgs())); in processLoopInVPlanNativePath()
10107 assert(!verifyFunction(*L->getHeader()->getParent(), &dbgs())); in processLoop()
H A DSLPVectorizer.cpp4156 assert(!verifyFunction(*F, &dbgs())); in ~BoUpSLP()