Searched defs:BlockT (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h485 template <class BlockT> struct TypeMap {};
487 typedef BasicBlock BlockT; typedef in struct:llvm::bfi_detail::TypeMap
494 typedef MachineBasicBlock BlockT; typedef in struct:llvm::bfi_detail::TypeMap
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; typedef in class:llvm::BlockFrequencyInfoImpl
783 typedef GraphTraits<const BlockT *> Successo
1105 typedef BT BlockT; typedef in struct:llvm::bfi_detail::BlockEdgesAdder
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILCFGStructurizer.cpp222 template <class BlockT, class InstrT, class RegiT>
225 BlockT *landBlk;
276 typedef typename FuncGTraits::NodeType BlockT; typedef in class:llvmCFGStruct::CFGStructurizer
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
[all...]
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILCFGStructurizer.cpp222 template <class BlockT, class InstrT, class RegiT>
225 BlockT *landBlk;
276 typedef typename FuncGTraits::NodeType BlockT; typedef in class:llvmCFGStruct::CFGStructurizer
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
[all...]

Completed in 100 milliseconds