Home
last modified time | relevance | path

Searched refs:rbegin (Results 176 - 200 of 366) sorted by relevance

12345678910>>...15

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp628 for (const GlobalValue *GV : make_range(TypeInfos.rbegin(), in emitTypeInfos()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DImplicitNullChecks.cpp525 for (auto I = MBB.rbegin(); MBP.ConditionDef != &*I; ++I) in analyzeBlockForNullChecks()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dtransformation_propagate_instruction_down.cpp358 for (auto it = block->rbegin(); it != block->rend(); ++it) { in GetInstructionToPropagate()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dcfg.cpp125 for (auto current_bb = po.rbegin(); current_bb != po.rend(); ++current_bb) { in WhileEachBlockInReversePostOrder()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_propagate_instruction_down.cpp358 for (auto it = block->rbegin(); it != block->rend(); ++it) { in GetInstructionToPropagate()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dcfg.cpp125 for (auto current_bb = po.rbegin(); current_bb != po.rend(); ++current_bb) { in WhileEachBlockInReversePostOrder()
/third_party/skia/src/pdf/
H A DSkPDFTag.cpp383 fIdTreeEntries.rbegin()->nodeId); in makeStructTreeRoot()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp324 for (auto I = std::next(OrigPreheader->rbegin()), E = OrigPreheader->rend(); in rotateLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A Dilist.h20 // rbegin(). The sentinel node itself serves as end() and rend().
230 using base_list_type::rbegin;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DTimer.cpp329 for (const PrintRecord &Record : make_range(TimersToPrint.rbegin(), in PrintQueuedTimers()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DTimer.cpp338 for (const PrintRecord &Record : make_range(TimersToPrint.rbegin(), in PrintQueuedTimers()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
H A DTGLexer.cpp999 for (auto I = PrepIncludeStack.back()->rbegin(), in prepIsProcessingEnabled()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64CollectLOH.cpp525 for (const MachineInstr &MI : make_range(MBB.rbegin(), MBB.rend())) { in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DR600MachineScheduler.cpp320 for (std::vector<SUnit *>::reverse_iterator It = Q.rbegin(), E = Q.rend(); in PopInst()
H A DSIOptimizeExecMaskingPreRA.cpp336 auto I = CurBB->rbegin(), E = CurBB->rend(); in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
H A DARCOptAddrMode.cpp158 User = &*MBB->rbegin(); in dominatesAllUsesOf()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DMLxExpansionPass.cpp332 MachineBasicBlock::reverse_iterator MII = MBB.rbegin(), E = MBB.rend(); in ExpandFPMLxInstructions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonGenMux.cpp363 for (auto I = B.rbegin(), E = B.rend(); I != E; ++I) { in genMuxInBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86CondBrFolding.cpp410 for (auto I = BranchPath.rbegin(); I != BranchPath.rend(); ++I, ++Index) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp335 for (Instruction &I : make_range(BB.rbegin(), BB.rend())) { in foldUnusualPatterns()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DCallSiteSplitting.cpp477 for (auto *Pred : make_range(Preds.rbegin(), Preds.rend())) { in shouldSplitOnPredicatedArgument()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A Dilist.h19 // rbegin(). The sentinel node itself serves as end() and rend().
215 using base_list_type::rbegin;
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/
H A Dparse.cc335 for (auto it = flagfiles.rbegin(); it != flagfiles.rend(); ++it) { in ReadFlagfiles()
/third_party/spirv-tools/source/opt/
H A Dcfg.cpp132 for (auto current_bb = po.rbegin(); current_bb != po.rend(); ++current_bb) { in WhileEachBlockInReversePostOrder()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A Dutil.cpp439 for (auto arraySizeIter = arraySizes.rbegin(); arraySizeIter != arraySizes.rend();

Completed in 24 milliseconds

12345678910>>...15