Home
last modified time | relevance | path

Searched refs:LoopInfoT (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h481 typedef LoopInfo LoopInfoT;
488 typedef MachineLoopInfo LoopInfoT;
765 typedef typename bfi_detail::TypeMap<BT>::LoopInfoT LoopInfoT;
774 const LoopInfoT *LI;
882 const LoopInfoT *LI);
916 const LoopInfoT *LI) {
DRegionInfo.h90 typedef LoopInfo LoopInfoT;
255 typedef typename Tr::LoopInfoT LoopInfoT;
487 LoopT *outermostLoopInRegion(LoopInfoT *LI, BlockT *BB) const;
DRegionInfoImpl.h154 typename Tr::LoopT *RegionBase<Tr>::outermostLoopInRegion(LoopInfoT *LI, in outermostLoopInRegion()
/external/llvm/include/llvm/CodeGen/
DMachineRegionInfo.h43 typedef MachineLoopInfo LoopInfoT;
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILCFGStructurizer.cpp270 typedef typename PassT::LoopinfoType LoopInfoT; typedef in llvmCFGStruct::CFGStructurizer
399 LoopInfoT *loopInfo;
470 for (typename LoopInfoT::iterator iter = loopInfo->begin(), in prepare()