Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h510 typedef LoopInfo LoopInfoT;
517 typedef MachineLoopInfo LoopInfoT;
800 typedef typename bfi_detail::TypeMap<BT>::LoopInfoT LoopInfoT;
809 const LoopInfoT *LI;
917 const LoopInfoT &LI);
958 const LoopInfoT &LI) {
DRegionInfo.h91 typedef LoopInfo LoopInfoT;
256 typedef typename Tr::LoopInfoT LoopInfoT;
487 LoopT *outermostLoopInRegion(LoopInfoT *LI, BlockT *BB) const;
DRegionInfoImpl.h153 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()