Home
last modified time | relevance | path

Searched refs:WCDecl (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLowerWidenableCondition.cpp43 auto *WCDecl = F.getParent()->getFunction( in lowerWidenableCondition() local
45 if (!WCDecl || WCDecl->use_empty()) in lowerWidenableCondition()
53 for (auto *U : WCDecl->users()) in lowerWidenableCondition()
H A DLoopPredication.cpp1266 auto *WCDecl = M->getFunction( in runOnLoop() local
1269 PredicateWidenableBranchGuards && WCDecl && !WCDecl->use_empty(); in runOnLoop()