Searched refs:hasOneLiveUse (Results 1 – 4 of 4) sorted by relevance
210 bool hasOneLiveUse() const;
150 ((F->hasInternalLinkage() && F->hasOneLiveUse()) || in analyzeBasicBlock()
1149 return Callee.hasLocalLinkage() && Callee.hasOneLiveUse() && in isSoleCallToLocalFunction()
750 bool Constant::hasOneLiveUse() const { return hasNLiveUses(1); } in hasOneLiveUse() function in Constant