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

  /external/llvm/include/llvm/CodeGen/
MachineRegionInfo.h 33 typedef MachineBasicBlock BlockT;
  /external/llvm/include/llvm/Analysis/
RegionInfo.h 57 // BlockT
81 typedef BasicBlock BlockT;
115 typedef typename Tr::BlockT BlockT;
132 PointerIntPair<BlockT *, 1, bool> entry;
147 inline RegionNodeBase(RegionT *Parent, BlockT *Entry,
168 inline BlockT *getEntry() const { return entry.getPointer(); }
250 typedef typename Tr::BlockT BlockT;
259 typedef GraphTraits<BlockT *> BlockTraits
    [all...]
BlockFrequencyInfoImpl.h 504 template <class BlockT> struct TypeMap {};
506 typedef BasicBlock BlockT;
513 typedef MachineBasicBlock BlockT;
527 template <class BlockT> std::string getBlockName(const BlockT *BB) {
672 /// relative ordering of two nodes, and maps keyed on BlockT can be represented
683 /// All other stages make use of this ordering. Save a lookup from BlockT
795 typedef typename bfi_detail::TypeMap<BT>::BlockT BlockT;
805 typedef GraphTraits<const BlockT *> Successor
    [all...]
  /external/v8/src/parsing/
parser-base.h 247 typedef typename Types::Block BlockT;
558 BlockT init_block;
559 BlockT inner_block;
    [all...]

Completed in 193 milliseconds