/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZTDC.cpp | 368 if (!I->user_empty()) { in runOnFunction() 392 if (I->user_empty()) in runOnFunction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZTDC.cpp | 354 if (!I->user_empty()) { in runOnFunction() 378 if (I->user_empty()) in runOnFunction()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZTDC.cpp | 354 if (!I->user_empty()) { in runOnFunction() 378 if (I->user_empty()) in runOnFunction()
|
/external/llvm/unittests/IR/ |
D | UserTest.cpp | 117 EXPECT_TRUE(TestF->user_empty()); in TEST()
|
/external/llvm-project/llvm/unittests/IR/ |
D | UserTest.cpp | 173 EXPECT_TRUE(TestF->user_empty()); in TEST()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Value.h | 334 bool user_empty() const { in user_empty() function
|
/external/llvm/include/llvm/IR/ |
D | Value.h | 325 bool user_empty() const { in user_empty() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Value.h | 384 bool user_empty() const { in user_empty() function
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Value.h | 384 bool user_empty() const { in user_empty() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
D | CoroSplit.cpp | 1136 if (CalledValue != SubFn && CalledValue->user_empty()) in simplifySuspendPoint() 1141 if (SubFn->user_empty()) in simplifySuspendPoint()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | AliasSetTracker.cpp | 271 assert(!Addr->user_empty() && in getUniqueInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | AliasSetTracker.cpp | 276 assert(!Addr->user_empty() && in getUniqueInstruction()
|
/external/llvm-project/llvm/lib/Transforms/Coroutines/ |
D | CoroSplit.cpp | 1290 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/ |
D | SimplifyCFG.cpp | 1458 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/ |
D | LoopRerollPass.cpp | 617 if (C->user_empty()) in add()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | LoopRerollPass.cpp | 627 if (C->user_empty()) in add()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 1531 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/ |
D | LoopRerollPass.cpp | 629 if (C->user_empty()) in add()
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 2216 if (F.user_empty()) in isValidCandidateForColdCC()
|
D | AttributorAttributes.cpp | 4599 if (!V.user_empty() && &V != C && V.getType() == C->getType()) { in manifest()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 2196 if (F.user_empty()) in isValidCandidateForColdCC()
|
D | Attributor.cpp | 4199 if (!V.user_empty() && &V != C && V.getType() == C->getType()) { in manifest()
|