Home
last modified time | relevance | path

Searched refs:hasOneLiveUse (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DConstant.h205 bool hasOneLiveUse() const;
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DCodeMetrics.cpp136 ((F->hasInternalLinkage() && F->hasOneLiveUse()) || in analyzeBasicBlock()
H A DInlineCost.cpp1074 return Callee.hasLocalLinkage() && Callee.hasOneLiveUse() && in isSoleCallToLocalFunction()
/openbsd/gnu/llvm/llvm/lib/IR/
H A DConstants.cpp737 bool Constant::hasOneLiveUse() const { return hasNLiveUses(1); } in hasOneLiveUse() function in Constant