Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DValue.h334 bool user_empty() const { in user_empty() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DValue.h384 bool user_empty() const { in user_empty() function
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DAliasSetTracker.cpp276 assert(!Addr->user_empty() && in getUniqueInstruction()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp617 if (C->user_empty()) in add()
/third_party/skia/third_party/externals/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()