Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDVerifier.h88 bool verifyFunction(const Function &F, raw_ostream *OS = nullptr);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDSafepointIRVerifier.cpp475 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()
HDVerifier.cpp5095 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/
HDAnalysis.cpp120 LLVMBool Result = verifyFunction( in LLVMVerifyFunction()
HDScalarEvolution.cpp9522 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/
HDWinEHPrepare.cpp1053 LLVM_DEBUG(verifyFunction(F)); in prepareExplicitEH()
1056 LLVM_DEBUG(verifyFunction(F)); in prepareExplicitEH()
HDTypePromotion.cpp995 LLVM_DEBUG(if (verifyFunction(F, &dbgs())) { in runOnFunction()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDLoopFuse.cpp1322 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/
HDCodeExtractor.cpp1601 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/
HDCoroSplit.cpp875 verifyFunction(F); in postSplitCleanup()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonCommonGEP.cpp1305 verifyFunction(F); in runOnFunction()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDLoopVectorize.cpp7594 LLVM_DEBUG(verifyFunction(*L->getHeader()->getParent())); in processLoopInVPlanNativePath()
7890 LLVM_DEBUG(verifyFunction(*L->getHeader()->getParent())); in processLoop()
HDSLPVectorizer.cpp5675 LLVM_DEBUG(verifyFunction(F)); in runImpl()