Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZTDC.cpp368 if (!I->user_empty()) { in runOnFunction()
392 if (I->user_empty()) in runOnFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp298 if (Bitcast->user_empty()) { in visit()
329 if (Bitcast->user_empty()) { in visit()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DFunction.cpp1677 if (FI->isCast() && !FI->user_empty() && in hasAddressTaken()
1686 if (IgnoreLLVMUsed && !FU->user_empty()) { in hasAddressTaken()
1689 !FU->user_begin()->user_empty()) in hasAddressTaken()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DValue.h398 bool user_empty() const { in user_empty() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DAliasSetTracker.cpp273 assert(!Addr->user_empty() && in getUniqueInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1422 if (CalledValue != SubFn && CalledValue->user_empty()) in simplifySuspendPoint()
1427 if (SubFn->user_empty()) in simplifySuspendPoint()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp627 if (C->user_empty()) in add()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1670 bool HasUse = !Insts.front()->user_empty(); in canSinkInstructions()
1693 if (!HasUse && !I->user_empty()) in canSinkInstructions()
1812 if (!I0->user_empty()) { in sinkLastInstruction()
1870 if (!I0->user_empty()) { in sinkLastInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1711 if (F.user_empty()) in isValidCandidateForColdCC()
H A DAttributorAttributes.cpp4641 if (!V.user_empty() && &V != C && V.getType() == C->getType()) { in manifest()