Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerWidenableCondition.cpp29 auto *WCDecl = F.getParent()->getFunction( in lowerWidenableCondition() local
31 if (!WCDecl || WCDecl->use_empty()) in lowerWidenableCondition()
39 for (auto *U : WCDecl->users()) in lowerWidenableCondition()
H A DLoopPredication.cpp1198 auto *WCDecl = M->getFunction( in runOnLoop() local
1201 PredicateWidenableBranchGuards && WCDecl && !WCDecl->use_empty(); in runOnLoop()
H A DGuardWidening.cpp986 auto *WCDecl = F.getParent()->getFunction( in run() local
988 bool HasWidenableConditions = WCDecl && !WCDecl->use_empty(); in run()