Searched refs:verifyFunction (Results 1 – 13 of 13) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| HD | Verifier.h | 88 bool verifyFunction(const Function &F, raw_ostream *OS = nullptr);
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/ |
| HD | SafepointIRVerifier.cpp | 475 static void verifyFunction(GCPtrTracker &&Tracker, 578 void GCPtrTracker::verifyFunction(GCPtrTracker &&Tracker, in verifyFunction() function in GCPtrTracker 897 GCPtrTracker::verifyFunction(std::move(Tracker), Verifier); in Verify()
|
| HD | Verifier.cpp | 5095 bool llvm::verifyFunction(const Function &f, raw_ostream *OS) { in verifyFunction() function in llvm 5536 return { llvm::verifyFunction(F, &dbgs()), false }; in run()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| HD | Analysis.cpp | 120 LLVMBool Result = verifyFunction( in LLVMVerifyFunction()
|
| HD | ScalarEvolution.cpp | 9522 assert(!verifyFunction(*L->getHeader()->getParent(), &dbgs()) && in isLoopBackedgeGuardedByCond() 9632 assert(!verifyFunction(*L->getHeader()->getParent(), &dbgs()) && in isLoopEntryGuardedByCond()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| HD | WinEHPrepare.cpp | 1053 LLVM_DEBUG(verifyFunction(F)); in prepareExplicitEH() 1056 LLVM_DEBUG(verifyFunction(F)); in prepareExplicitEH()
|
| HD | TypePromotion.cpp | 995 LLVM_DEBUG(if (verifyFunction(F, &dbgs())) { in runOnFunction()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| HD | LoopFuse.cpp | 1322 assert(!verifyFunction(*FC0.Header->getParent(), &errs())); in performFusion() 1585 assert(!verifyFunction(*FC0.Header->getParent(), &errs())); in fuseGuardedLoops()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| HD | CodeExtractor.cpp | 1601 LLVM_DEBUG(if (verifyFunction(*newFunction, &errs())) { in extractCodeRegion() 1605 LLVM_DEBUG(if (verifyFunction(*oldFunction)) in extractCodeRegion()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| HD | CoroSplit.cpp | 875 verifyFunction(F); in postSplitCleanup()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| HD | HexagonCommonGEP.cpp | 1305 verifyFunction(F); in runOnFunction()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| HD | LoopVectorize.cpp | 7594 LLVM_DEBUG(verifyFunction(*L->getHeader()->getParent())); in processLoopInVPlanNativePath() 7890 LLVM_DEBUG(verifyFunction(*L->getHeader()->getParent())); in processLoop()
|
| HD | SLPVectorizer.cpp | 5675 LLVM_DEBUG(verifyFunction(F)); in runImpl()
|