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