Home
last modified time | relevance | path

Searched refs:verifyRegion (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlanVerifier.cpp98 static void verifyRegion(const VPRegionBlock *Region) { in verifyRegion() function
115 verifyRegion(Region); in verifyRegionRec()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h292 void RegionBase<Tr>::verifyRegion() const { in verifyRegion() function
308 verifyRegion(); in verifyRegionNest()
671 region->verifyRegion(); in createRegion()
673 LLVM_DEBUG(region->verifyRegion()); in createRegion()
H A DRegionInfo.h544 void verifyRegion() const;
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DRegionPass.cpp127 CurrentRegion->verifyRegion(); in runOnFunction()
/llvm-project-15.0.7/polly/include/polly/
H A DScopDetection.h593 void verifyRegion(const Region &R);
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetection.cpp1937 void ScopDetection::verifyRegion(const Region &R) { in verifyRegion() function in ScopDetection
1949 verifyRegion(*R); in verifyAnalysis()
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DOpDefinitionsGen.cpp2607 const char *const verifyRegion = R"( in genRegionVerifier() local
2637 body << formatv(verifyRegion, getRegion, constraintFn, region.name); in genRegionVerifier()