Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp1274 auto *WCDecl = M->getFunction( in runOnLoop() local
1277 PredicateWidenableBranchGuards && WCDecl && !WCDecl->use_empty(); in runOnLoop()