Home
last modified time | relevance | path

Searched refs:verifyAssumptionCache (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DCodeExtractor.h172 static bool verifyAssumptionCache(const Function &OldFunc,
/llvm-project-15.0.7/llvm/unittests/Transforms/Utils/
H A DCodeExtractorTest.cpp457 EXPECT_FALSE(CE.verifyAssumptionCache(*Func, *Outlined, &AC)); in TEST()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1848 LLVM_DEBUG(if (AC && verifyAssumptionCache(*oldFunction, *newFunction, AC)) in extractCodeRegion()
1853 bool CodeExtractor::verifyAssumptionCache(const Function &OldFunc, in verifyAssumptionCache() function in CodeExtractor