/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | IndVarSimplify.cpp | 336 if (IncrUse == Incr->user_end()) return false; in handleFloatingPointIV() 338 if (IncrUse != Incr->user_end()) return false; in handleFloatingPointIV()
|
H A D | MemCpyOptimizer.cpp | 812 srcAlloca->user_end()); in performCallSlotOptzn()
|
H A D | SCCP.cpp | 2130 UE = DeadBB->user_end(); in runIPSCCP()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | MemoryBuiltins.cpp | 364 for (Value::const_user_iterator UI = CI->user_begin(), E = CI->user_end(); in getMallocType()
|
H A D | MemorySSAUpdater.cpp | 195 std::copy(Phi->user_begin(), Phi->user_end(), std::back_inserter(Uses)); in recursePhi()
|
H A D | ScalarEvolution.cpp | 11433 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 D | MemorySSA.h | 1167 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 D | CodeGenPrepare.cpp | 1089 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 D | HexagonCommonGEP.cpp | 366 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 D | InstCombineLoadStoreAlloca.cpp | 613 for (auto UI = LI.user_begin(), UE = LI.user_end(); UI != UE;) { in combineLoadToOperationType()
|
H A D | InstCombineCasts.cpp | 2352 for (auto It = OldPN->user_begin(), End = OldPN->user_end(); It != End; ) { in optimizeBitCastFromPhi()
|
H A D | InstructionCombining.cpp | 1097 for (auto UI = PN->user_begin(), E = PN->user_end(); UI != E;) { in foldOpIntoPhi()
|
H A D | InstCombineCompares.cpp | 4729 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 D | ObjCARCOpts.cpp | 2138 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 D | AutoUpgrade.cpp | 3756 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 D | Constants.cpp | 601 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 D | Local.cpp | 506 Value::user_iterator UE = I->user_end(); in areAllUsesEqual()
|
H A D | SimplifyLibCalls.cpp | 853 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 D | DataFlowSanitizer.cpp | 858 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 D | BitcodeReader.cpp | 5266 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 D | LoopVectorize.cpp | 3800 UI != RdxParts[Part]->user_end();)
|
H A D | SLPVectorizer.cpp | 3211 std::all_of(I->user_begin(), I->user_end(), [this](User *U) {
|