Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTDC.cpp364 if (!I->user_empty()) { in runOnFunction()
388 if (I->user_empty()) in runOnFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILOpLowering.cpp52 if (F.user_empty()) in lowerIntrinsic()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterleavedAccessPass.cpp297 if (!BI->user_empty() && all_of(BI->users(), [](auto *U) { in lowerInterleavedLoad()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp365 if (Bitcast->user_empty()) { in visit()
396 if (Bitcast->user_empty()) { in visit()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h385 bool user_empty() const { in user_empty() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVEmitIntrinsics.cpp153 while (!Old->user_empty()) { in replaceMemInstrUses()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp1802 if (IgnoreLLVMUsed && !FU->user_empty()) { in hasAddressTaken()
1805 FU->hasOneUse() && !FU->user_begin()->user_empty()) in hasAddressTaken()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1628 if (CalledValue != SubFn && CalledValue->user_empty()) in simplifySuspendPoint()
1633 if (SubFn->user_empty()) in simplifySuspendPoint()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp1040 if (A->user_empty()) in isArgumentInteresting()
H A DGlobalOpt.cpp1743 if (F.user_empty()) in isValidCandidateForColdCC()
H A DOpenMPOpt.cpp4109 if (!I->user_empty() || !SPMDCompatibilityTracker.contains(I)) { in insertInstructionGuardsHelper()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1870 bool HasUse = !Insts.front()->user_empty(); in canSinkInstructions()
1893 if (!HasUse && !I->user_empty()) in canSinkInstructions()
2021 if (!I0->user_empty()) { in sinkLastInstruction()
2081 if (!I0->user_empty()) { in sinkLastInstruction()
2096 assert(I->user_empty() && "Inst unexpectedly still has non-dbg users"); in sinkLastInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp588 if (C->user_empty()) in add()
H A DRewriteStatepointsForGC.cpp2430 if (Cand->user_empty()) in rematerializeLiveValuesAtUses()
2492 while (!Cand->user_empty()) { in rematerializeLiveValuesAtUses()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp255 return !I->user_empty() && all_of(I->users(), [](const User *U) { in isOnlyUsedInZeroEqualityComparison()