Home
last modified time | relevance | path

Searched defs:BlockIter (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/skia/src/base/
H A DSkBlockAllocator.h389 template <bool Forward, bool Const> class BlockIter; variable
700 BlockIter(AllocatorT* allocator) : fAllocator(allocator) {} in BlockIter() function
H A DSkTBlockList.h393 using BlockIter = typename SkBlockAllocator::BlockIter<Forward, Const>; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXPeephole.cpp134 auto BlockIter = MBB.begin(); in runOnMachineFunction() local
/aosp_15_r20/external/llvm/lib/Target/NVPTX/
H A DNVPTXPeephole.cpp135 auto BlockIter = MBB.begin(); in runOnMachineFunction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/NVPTX/
H A DNVPTXPeephole.cpp142 auto BlockIter = MBB.begin(); in runOnMachineFunction() local
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DMachineCombiner.cpp359 auto BlockIter = MBB->begin(); in combineInstructions() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineCombiner.cpp509 auto BlockIter = MBB->begin(); in combineInstructions() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DMachineCombiner.cpp573 auto BlockIter = MBB->begin(); in combineInstructions() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DCodeLayout.cpp429 using BlockIter = std::vector<Block *>::const_iterator; typedef