HomeSort by relevance Sort by last modified time
    Searched refs:block_iterator (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /external/llvm/lib/Transforms/Scalar/
LoopDeletion.cpp 83 for (Loop::block_iterator LI = L->block_begin(), LE = L->block_end();
176 for (Loop::block_iterator LI = L->block_begin(), LE = L->block_end();
197 for (Loop::block_iterator LI = L->block_begin(), LE = L->block_end();
LoopDataPrefetch.cpp 188 for (Loop::block_iterator I = L->block_begin(), IE = L->block_end();
219 for (Loop::block_iterator I = L->block_begin(), IE = L->block_end();
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
RegionInfo.h 484 GraphTraits<FlatIt<RegionNode*> > > block_iterator; typedef in class:llvm::Region
490 block_iterator block_begin();
491 block_iterator block_end();
LoopInfo.h 134 typedef typename std::vector<BlockT*>::const_iterator block_iterator; typedef in class:llvm::LoopBase
135 block_iterator block_begin() const { return Blocks.begin(); }
136 block_iterator block_end() const { return Blocks.end(); }
192 for (block_iterator BI = block_begin(), BE = block_end(); BI != BE; ++BI)
223 for (block_iterator BI = block_begin(), BE = block_end(); BI != BE; ++BI)
254 for (block_iterator BI = block_begin(), BE = block_end(); BI != BE; ++BI)
425 for (block_iterator I = block_begin(), E = block_end(); I != E; ++I) {
472 for (block_iterator BI = (*I)->block_begin(), BE = (*I)->block_end();
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopDeletion.cpp 112 for (Loop::block_iterator LI = L->block_begin(), LE = L->block_end();
205 for (Loop::block_iterator LI = L->block_begin(), LE = L->block_end();
227 for (Loop::block_iterator LI = L->block_begin(), LE = L->block_end();
LoopUnrollPass.cpp 114 for (Loop::block_iterator I = L->block_begin(), E = L->block_end();
  /external/llvm/include/llvm/Analysis/
RegionInfo.h 594 typedef block_iterator_wrapper<false> block_iterator; typedef in class:llvm::RegionBase
597 block_iterator block_begin() { return block_iterator(getEntry(), getExit()); }
599 block_iterator block_end() { return block_iterator(); }
606 typedef iterator_range<block_iterator> block_range;
    [all...]
LoopInfo.h 140 typedef typename std::vector<BlockT*>::const_iterator block_iterator; typedef in class:llvm::LoopBase
141 block_iterator block_begin() const { return Blocks.begin(); }
142 block_iterator block_end() const { return Blocks.end(); }
143 inline iterator_range<block_iterator> blocks() const {
LoopInfoImpl.h 37 for (block_iterator BI = block_begin(), BE = block_end(); BI != BE; ++BI)
66 for (block_iterator BI = block_begin(), BE = block_end(); BI != BE; ++BI)
91 for (block_iterator BI = block_begin(), BE = block_end(); BI != BE; ++BI)
291 for (block_iterator BI = (*I)->block_begin(), BE = (*I)->block_end();
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
RegionInfo.h 595 typedef block_iterator_wrapper<false> block_iterator; typedef in class:llvm::RegionBase
598 block_iterator block_begin() { return block_iterator(getEntry(), getExit()); }
600 block_iterator block_end() { return block_iterator(); }
607 typedef iterator_range<block_iterator> block_range;
    [all...]
LoopInfo.h 140 typedef typename std::vector<BlockT*>::const_iterator block_iterator; typedef in class:llvm::LoopBase
141 block_iterator block_begin() const { return Blocks.begin(); }
142 block_iterator block_end() const { return Blocks.end(); }
143 inline iterator_range<block_iterator> blocks() const {
LoopInfoImpl.h 38 for (block_iterator BI = block_begin(), BE = block_end(); BI != BE; ++BI)
67 for (block_iterator BI = block_begin(), BE = block_end(); BI != BE; ++BI)
92 for (block_iterator BI = block_begin(), BE = block_end(); BI != BE; ++BI)
289 for (block_iterator BI = (*I)->block_begin(), BE = (*I)->block_end();
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
RegionInfo.h 595 typedef block_iterator_wrapper<false> block_iterator; typedef in class:llvm::RegionBase
598 block_iterator block_begin() { return block_iterator(getEntry(), getExit()); }
600 block_iterator block_end() { return block_iterator(); }
607 typedef iterator_range<block_iterator> block_range;
    [all...]
LoopInfo.h 140 typedef typename std::vector<BlockT*>::const_iterator block_iterator; typedef in class:llvm::LoopBase
141 block_iterator block_begin() const { return Blocks.begin(); }
142 block_iterator block_end() const { return Blocks.end(); }
143 inline iterator_range<block_iterator> blocks() const {
LoopInfoImpl.h 38 for (block_iterator BI = block_begin(), BE = block_end(); BI != BE; ++BI)
67 for (block_iterator BI = block_begin(), BE = block_end(); BI != BE; ++BI)
92 for (block_iterator BI = block_begin(), BE = block_end(); BI != BE; ++BI)
289 for (block_iterator BI = (*I)->block_begin(), BE = (*I)->block_end();
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
RegionInfo.h 595 typedef block_iterator_wrapper<false> block_iterator; typedef in class:llvm::RegionBase
598 block_iterator block_begin() { return block_iterator(getEntry(), getExit()); }
600 block_iterator block_end() { return block_iterator(); }
607 typedef iterator_range<block_iterator> block_range;
    [all...]
LoopInfo.h 140 typedef typename std::vector<BlockT*>::const_iterator block_iterator; typedef in class:llvm::LoopBase
141 block_iterator block_begin() const { return Blocks.begin(); }
142 block_iterator block_end() const { return Blocks.end(); }
143 inline iterator_range<block_iterator> blocks() const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
RegionInfo.h 595 typedef block_iterator_wrapper<false> block_iterator; typedef in class:llvm::RegionBase
598 block_iterator block_begin() { return block_iterator(getEntry(), getExit()); }
600 block_iterator block_end() { return block_iterator(); }
607 typedef iterator_range<block_iterator> block_range;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
RegionInfo.h 595 typedef block_iterator_wrapper<false> block_iterator; typedef in class:llvm::RegionBase
598 block_iterator block_begin() { return block_iterator(getEntry(), getExit()); }
600 block_iterator block_end() { return block_iterator(); }
607 typedef iterator_range<block_iterator> block_range;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
RegionInfo.h 595 typedef block_iterator_wrapper<false> block_iterator; typedef in class:llvm::RegionBase
598 block_iterator block_begin() { return block_iterator(getEntry(), getExit()); }
600 block_iterator block_end() { return block_iterator(); }
607 typedef iterator_range<block_iterator> block_range;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
RegionInfo.h 595 typedef block_iterator_wrapper<false> block_iterator; typedef in class:llvm::RegionBase
598 block_iterator block_begin() { return block_iterator(getEntry(), getExit()); }
600 block_iterator block_end() { return block_iterator(); }
607 typedef iterator_range<block_iterator> block_range;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
RegionInfo.h 595 typedef block_iterator_wrapper<false> block_iterator; typedef in class:llvm::RegionBase
598 block_iterator block_begin() { return block_iterator(getEntry(), getExit()); }
600 block_iterator block_end() { return block_iterator(); }
607 typedef iterator_range<block_iterator> block_range;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineLoopRanges.cpp 62 for (MachineLoop::block_iterator I = Loop->block_begin(),
  /external/llvm/include/llvm/Transforms/Utils/
MemorySSA.h 370 typedef BasicBlock **block_iterator; typedef in class:llvm::final
373 block_iterator block_begin() {
375 return reinterpret_cast<block_iterator>(Ref + 1);
384 block_iterator block_end() { return block_begin() + getNumOperands(); }
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
LoopInfo.cpp 267 for (block_iterator BI = block_begin(), E = block_end(); BI != E; ++BI) {
335 for (block_iterator BI = block_begin(), BE = block_end(); BI != BE; ++BI) {
481 for (Loop::block_iterator BI = Unloop->block_begin(),
609 for (Loop::block_iterator I = Unloop->block_begin(),

Completed in 532 milliseconds

1 2 3 4