HomeSort by relevance Sort by last modified time
    Searched defs:block_iterator (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Analysis/
LoopInfo.h 145 typedef typename std::vector<BlockT*>::const_iterator block_iterator; typedef in class:llvm::LoopBase
146 block_iterator block_begin() const { return Blocks.begin(); }
147 block_iterator block_end() const { return Blocks.end(); }
148 inline iterator_range<block_iterator> blocks() const {
RegionInfo.h 593 typedef block_iterator_wrapper<false> block_iterator; typedef in class:llvm::RegionBase
596 block_iterator block_begin() { return block_iterator(getEntry(), getExit()); }
598 block_iterator block_end() { return block_iterator(); }
605 typedef iterator_range<block_iterator> block_range;
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h 2492 typedef BasicBlock **block_iterator; typedef in class:llvm::PHINode
    [all...]

Completed in 204 milliseconds