[llvm] [VPlan] Replace VPRegionBlock with explicit CFG before execute (NFCI). (PR #117506)
via llvm-commits
llvm-commits at lists.llvm.org
Tue May 20 13:45:23 PDT 2025
================
@@ -1377,7 +1421,7 @@ static bool isDefinedInsideLoopRegions(const VPValue *VPV) {
DefR->getParent()->getEnclosingLoopRegion());
}
-bool VPValue::isDefinedOutsideLoopRegions() const {
+bool VPValue::isDefinedOutsideLoop() const {
----------------
ayalz wrote:
> I've not adjusted the name of isDefinedInsideLoopRegions yet, as it's code is now not touched in the PR. can do separately or pull in here.
As you prefer.
https://github.com/llvm/llvm-project/pull/117506
More information about the llvm-commits
mailing list