Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanVerifier.h36 bool verifyVPlanIsValid(const VPlan &Plan);
H A DVPlanVerifier.cpp346 bool llvm::verifyVPlanIsValid(const VPlan &Plan) { in verifyVPlanIsValid() function in llvm
H A DLoopVectorize.cpp8340 assert(verifyVPlanIsValid(*Plan) && "VPlan is invalid"); in buildVPlansWithVPRecipes()
8750 assert(verifyVPlanIsValid(*Plan) && "VPlan is invalid"); in buildVPlan()