Home
last modified time | relevance | path

Searched refs:user_empty (Results 1 – 11 of 11) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
DSystemZTDC.cpp368 if (!I->user_empty()) { in runOnFunction()
392 if (I->user_empty()) in runOnFunction()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DFunctionSpecialization.cpp135 V->user_empty()) in tryToReplaceWithConstant()
387 if (!A->getType()->isSingleValueType() || A->user_empty()) in isArgumentInteresting()
DGlobalOpt.cpp1721 if (F.user_empty()) in isValidCandidateForColdCC()
DAttributorAttributes.cpp5204 if (getAssociatedValue().user_empty()) in manifest()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86LowerAMXType.cpp299 if (Bitcast->user_empty()) { in visit()
330 if (Bitcast->user_empty()) { in visit()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DFunction.cpp1722 if (FI->isCast() && !FI->user_empty() && in hasAddressTaken()
1731 if (IgnoreLLVMUsed && !FU->user_empty()) { in hasAddressTaken()
1734 !FU->user_begin()->user_empty()) in hasAddressTaken()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DValue.h386 bool user_empty() const { in user_empty() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DAliasSetTracker.cpp273 assert(!Addr->user_empty() && in getUniqueInstruction()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp1448 if (CalledValue != SubFn && CalledValue->user_empty()) in simplifySuspendPoint()
1453 if (SubFn->user_empty()) in simplifySuspendPoint()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp627 if (C->user_empty()) in add()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1676 bool HasUse = !Insts.front()->user_empty(); in canSinkInstructions()
1699 if (!HasUse && !I->user_empty()) in canSinkInstructions()
1818 if (!I0->user_empty()) { in sinkLastInstruction()
1876 if (!I0->user_empty()) { in sinkLastInstruction()