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

  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 485 template <class BlockT> struct TypeMap {};
487 typedef BasicBlock BlockT;
494 typedef MachineBasicBlock BlockT;
508 template <class BlockT> std::string getBlockName(const BlockT *BB) {
653 /// relative ordering of two nodes, and maps keyed on BlockT can be represented
664 /// All other stages make use of this ordering. Save a lookup from BlockT
773 typedef typename bfi_detail::TypeMap<BT>::BlockT BlockT;
783 typedef GraphTraits<const BlockT *> Successor
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp 222 template <class BlockT, class InstrT, class RegiT>
225 BlockT *landBlk;
276 typedef typename FuncGTraits::NodeType BlockT;
277 typedef GraphTraits<BlockT *> BlockGTraits;
278 typedef GraphTraits<Inverse<BlockT *> > InvBlockGTraits;
280 typedef typename BlockT::iterator InstrIterator;
284 typedef std::map<BlockT *, BlockInfo *> BlockInfoMap;
288 typedef LandInformation<BlockT, InstrT, RegiT> LoopLandInfo;
291 typedef SmallVector<BlockT *, 32> BlockTSmallerVector;
304 void reversePredicateSetter(typename BlockT::iterator)
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp 222 template <class BlockT, class InstrT, class RegiT>
225 BlockT *landBlk;
276 typedef typename FuncGTraits::NodeType BlockT;
277 typedef GraphTraits<BlockT *> BlockGTraits;
278 typedef GraphTraits<Inverse<BlockT *> > InvBlockGTraits;
280 typedef typename BlockT::iterator InstrIterator;
284 typedef std::map<BlockT *, BlockInfo *> BlockInfoMap;
288 typedef LandInformation<BlockT, InstrT, RegiT> LoopLandInfo;
291 typedef SmallVector<BlockT *, 32> BlockTSmallerVector;
304 void reversePredicateSetter(typename BlockT::iterator)
    [all...]

Completed in 192 milliseconds