Searched refs:WCDecl (Results 1 – 3 of 3) sorted by relevance
29 auto *WCDecl = F.getParent()->getFunction( in lowerWidenableCondition() local31 if (!WCDecl || WCDecl->use_empty()) in lowerWidenableCondition()39 for (auto *U : WCDecl->users()) in lowerWidenableCondition()
1198 auto *WCDecl = M->getFunction( in runOnLoop() local1201 PredicateWidenableBranchGuards && WCDecl && !WCDecl->use_empty(); in runOnLoop()
986 auto *WCDecl = F.getParent()->getFunction( in run() local988 bool HasWidenableConditions = WCDecl && !WCDecl->use_empty(); in run()