Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDConstant.h210 bool hasOneLiveUse() const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDCodeMetrics.cpp150 ((F->hasInternalLinkage() && F->hasOneLiveUse()) || in analyzeBasicBlock()
HDInlineCost.cpp1149 return Callee.hasLocalLinkage() && Callee.hasOneLiveUse() && in isSoleCallToLocalFunction()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDConstants.cpp750 bool Constant::hasOneLiveUse() const { return hasNLiveUses(1); } in hasOneLiveUse() function in Constant