Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZTDC.cpp364 if (!I->user_empty()) { in runOnFunction()
388 if (I->user_empty()) in runOnFunction()
/llvm-project-15.0.7/llvm/lib/Target/DirectX/
H A DDXILOpLowering.cpp52 if (F.user_empty()) in lowerIntrinsic()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DUserTest.cpp176 EXPECT_TRUE(TestF->user_empty()); in TEST()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp353 V->user_empty()) in tryToReplaceWithConstant()
672 if (!A->getType()->isSingleValueType() || A->user_empty()) in isArgumentInteresting()
H A DGlobalOpt.cpp1780 if (F.user_empty()) in isValidCandidateForColdCC()
H A DOpenMPOpt.cpp3568 if (!I->user_empty() || !SPMDCompatibilityTracker.contains(I)) { in changeToSPMDMode()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp362 if (Bitcast->user_empty()) { in visit()
393 if (Bitcast->user_empty()) { in visit()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DValue.h385 bool user_empty() const { in user_empty() function
/llvm-project-15.0.7/llvm/lib/IR/
H A DFunction.cpp1843 if (FI->isCast() && !FI->user_empty() && in hasAddressTaken()
1852 if (IgnoreLLVMUsed && !FU->user_empty()) { in hasAddressTaken()
1855 !FU->user_begin()->user_empty()) in hasAddressTaken()
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVEmitIntrinsics.cpp136 while (!Old->user_empty()) { in replaceMemInstrUses()
/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1537 if (CalledValue != SubFn && CalledValue->user_empty()) in simplifySuspendPoint()
1542 if (SubFn->user_empty()) in simplifySuspendPoint()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp622 if (C->user_empty()) in add()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1708 bool HasUse = !Insts.front()->user_empty(); in canSinkInstructions()
1731 if (!HasUse && !I->user_empty()) in canSinkInstructions()
1850 if (!I0->user_empty()) { in sinkLastInstruction()
1908 if (!I0->user_empty()) { in sinkLastInstruction()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DValueTracking.cpp318 return !I->user_empty() && all_of(I->users(), [](const User *U) { in isOnlyUsedInZeroEqualityComparison()