Home
last modified time | relevance | path

Searched refs:user_end (Results 26 - 47 of 47) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp336 if (IncrUse == Incr->user_end()) return false; in handleFloatingPointIV()
338 if (IncrUse != Incr->user_end()) return false; in handleFloatingPointIV()
H A DMemCpyOptimizer.cpp812 srcAlloca->user_end()); in performCallSlotOptzn()
H A DSCCP.cpp2130 UE = DeadBB->user_end(); in runIPSCCP()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp364 for (Value::const_user_iterator UI = CI->user_begin(), E = CI->user_end(); in getMallocType()
H A DMemorySSAUpdater.cpp195 std::copy(Phi->user_begin(), Phi->user_end(), std::back_inserter(Uses)); in recursePhi()
H A DScalarEvolution.cpp11433 SmallVector<User *, 16> Worklist(Old->user_begin(), Old->user_end());
11446 Worklist.insert(Worklist.end(), U->user_begin(), U->user_end());
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DMemorySSA.h1167 static ChildIteratorType child_end(NodeRef N) { return N->user_end(); } in child_end()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1089 for (Value::user_iterator UI = CI->user_begin(), E = CI->user_end(); in SinkCast()
1373 for (Value::user_iterator UI = Cmp->user_begin(), E = Cmp->user_end(); in sinkCmpExpression()
1571 for (Value::user_iterator UI = AndI->user_begin(), E = AndI->user_end(); in sinkAndCmp0Expression()
1631 TruncE = TruncI->user_end(); in SinkShiftAndTruncate()
1722 for (Value::user_iterator UI = ShiftI->user_begin(), E = ShiftI->user_end(); in OptimizeExtractBits()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp366 for (Value::user_iterator UI = GepI->user_begin(), UE = GepI->user_end(); in processGepInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp613 for (auto UI = LI.user_begin(), UE = LI.user_end(); UI != UE;) { in combineLoadToOperationType()
H A DInstCombineCasts.cpp2352 for (auto It = OldPN->user_begin(), End = OldPN->user_end(); It != End; ) { in optimizeBitCastFromPhi()
H A DInstructionCombining.cpp1097 for (auto UI = PN->user_begin(), E = PN->user_end(); UI != E;) { in foldOpIntoPhi()
H A DInstCombineCompares.cpp4729 for (auto UI = MulVal->user_begin(), UE = MulVal->user_end(); UI != UE;) { in processUMulZExtIdiom()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp2138 for (auto UI = Alloca->user_begin(), UE = Alloca->user_end(); UI != UE;) { in OptimizeWeakCalls()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DAutoUpgrade.cpp3756 for (auto UI = F->user_begin(), UE = F->user_end(); UI != UE; ) in UpgradeCallsToIntrinsic()
3893 for (auto I = Fn->user_begin(), E = Fn->user_end(); I != E;) { in UpgradeARCRuntime()
H A DConstants.cpp601 Value::const_user_iterator I = user_begin(), E = user_end(); in removeDeadConstantUsers()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DLocal.cpp506 Value::user_iterator UE = I->user_end(); in areAllUsesEqual()
H A DSimplifyLibCalls.cpp853 for (auto UI = CI->user_begin(), UE = CI->user_end(); UI != UE;) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp858 for (Function::user_iterator UI = F.user_begin(), UE = F.user_end(); in runOnModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5266 for (auto UI = I.first->materialized_user_begin(), UE = I.first->user_end(); in materialize()
5277 for (auto UI = I.first->materialized_user_begin(), UE = I.first->user_end(); in materialize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3800 UI != RdxParts[Part]->user_end();)
H A DSLPVectorizer.cpp3211 std::all_of(I->user_begin(), I->user_end(), [this](User *U) {

Completed in 117 milliseconds

12