Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZTDC.cpp368 if (!I->user_empty()) { in runOnFunction()
392 if (I->user_empty()) in runOnFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZTDC.cpp354 if (!I->user_empty()) { in runOnFunction()
378 if (I->user_empty()) in runOnFunction()
/external/llvm/lib/Target/SystemZ/
DSystemZTDC.cpp354 if (!I->user_empty()) { in runOnFunction()
378 if (I->user_empty()) in runOnFunction()
/external/llvm/unittests/IR/
DUserTest.cpp117 EXPECT_TRUE(TestF->user_empty()); in TEST()
/external/llvm-project/llvm/unittests/IR/
DUserTest.cpp173 EXPECT_TRUE(TestF->user_empty()); in TEST()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DValue.h334 bool user_empty() const { in user_empty() function
/external/llvm/include/llvm/IR/
DValue.h325 bool user_empty() const { in user_empty() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DValue.h384 bool user_empty() const { in user_empty() function
/external/llvm-project/llvm/include/llvm/IR/
DValue.h384 bool user_empty() const { in user_empty() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp1136 if (CalledValue != SubFn && CalledValue->user_empty()) in simplifySuspendPoint()
1141 if (SubFn->user_empty()) in simplifySuspendPoint()
/external/llvm-project/llvm/lib/Analysis/
DAliasSetTracker.cpp271 assert(!Addr->user_empty() && in getUniqueInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DAliasSetTracker.cpp276 assert(!Addr->user_empty() && in getUniqueInstruction()
/external/llvm-project/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp1290 if (CalledValue != SubFn && CalledValue->user_empty()) in simplifySuspendPoint()
1295 if (SubFn->user_empty()) in simplifySuspendPoint()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1458 bool HasUse = !Insts.front()->user_empty(); in canSinkInstructions()
1475 if (!HasUse && !I->user_empty()) in canSinkInstructions()
1571 if (!I0->user_empty()) { in sinkLastInstruction()
1629 if (!I0->user_empty()) { in sinkLastInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp617 if (C->user_empty()) in add()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp627 if (C->user_empty()) in add()
/external/llvm-project/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1531 bool HasUse = !Insts.front()->user_empty(); in canSinkInstructions()
1549 if (!HasUse && !I->user_empty()) in canSinkInstructions()
1647 if (!I0->user_empty()) { in sinkLastInstruction()
1705 if (!I0->user_empty()) { in sinkLastInstruction()
/external/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp629 if (C->user_empty()) in add()
/external/llvm-project/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp2216 if (F.user_empty()) in isValidCandidateForColdCC()
DAttributorAttributes.cpp4599 if (!V.user_empty() && &V != C && V.getType() == C->getType()) { in manifest()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp2196 if (F.user_empty()) in isValidCandidateForColdCC()
DAttributor.cpp4199 if (!V.user_empty() && &V != C && V.getType() == C->getType()) { in manifest()