Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZTDC.cpp364 if (!I->user_empty()) { in runOnFunction()
388 if (I->user_empty()) in runOnFunction()
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/
H A DDXILOpLowering.cpp52 if (F.user_empty()) in lowerIntrinsic()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp365 if (Bitcast->user_empty()) { in visit()
396 if (Bitcast->user_empty()) { in visit()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp661 if (A->user_empty()) in isArgumentInteresting()
H A DGlobalOpt.cpp1784 if (F.user_empty()) in isValidCandidateForColdCC()
H A DOpenMPOpt.cpp3844 if (!I->user_empty() || !SPMDCompatibilityTracker.contains(I)) { in insertInstructionGuardsHelper()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DValue.h385 bool user_empty() const { in user_empty() function
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVEmitIntrinsics.cpp137 while (!Old->user_empty()) { in replaceMemInstrUses()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1553 if (CalledValue != SubFn && CalledValue->user_empty()) in simplifySuspendPoint()
1558 if (SubFn->user_empty()) in simplifySuspendPoint()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DFunction.cpp1931 if (IgnoreLLVMUsed && !FU->user_empty()) { in hasAddressTaken()
1934 FU->hasOneUse() && !FU->user_begin()->user_empty()) in hasAddressTaken()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1796 bool HasUse = !Insts.front()->user_empty(); in canSinkInstructions()
1819 if (!HasUse && !I->user_empty()) in canSinkInstructions()
1938 if (!I0->user_empty()) { in sinkLastInstruction()
1996 if (!I0->user_empty()) { in sinkLastInstruction()
2011 assert(I->user_empty() && "Inst unexpectedly still has non-dbg users"); in sinkLastInstruction()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp618 if (C->user_empty()) in add()
H A DRewriteStatepointsForGC.cpp2463 if (Cand->user_empty()) in rematerializeLiveValuesAtUses()
2525 while (!Cand->user_empty()) { in rematerializeLiveValuesAtUses()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DValueTracking.cpp291 return !I->user_empty() && all_of(I->users(), [](const User *U) { in isOnlyUsedInZeroEqualityComparison()