Searched defs:RegionInfoT (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineRegionInfo.h36 typedef MachineRegionInfo RegionInfoT; typedef in struct:llvm::RegionTraits
/external/llvm/include/llvm/Analysis/
H A DRegionInfo.h60 // RegionInfoT
84 typedef RegionInfo RegionInfoT; typedef in struct:llvm::RegionTraits
251 typedef typename Tr::RegionInfoT RegionInfoT; typedef in class:llvm::RegionBase
269 RegionInfoT *RI;
307 RegionBase(BlockT *Entry, BlockT *Exit, RegionInfoT *RI, DomTreeT *DT,
414 RegionInfoT *getRegionInfo() const { return RI; }
658 typedef typename Tr::RegionInfoT RegionInfoT; typedef in class:llvm::RegionInfoBase

Completed in 39 milliseconds