Searched defs:LoopT (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineRegionInfo.h42 typedef MachineLoop LoopT; typedef in struct:llvm::RegionTraits
/external/llvm/include/llvm/Analysis/
H A DRegionInfo.h89 typedef Loop LoopT; typedef in struct:llvm::RegionTraits
254 typedef typename Tr::LoopT LoopT; typedef in class:llvm::RegionBase
465 bool contains(const LoopT *L) const;
475 LoopT *outermostLoopInRegion(LoopT *L) const;
486 LoopT *outermostLoopInRegion(LoopInfoT *LI, BlockT *BB) const;
H A DBlockFrequencyInfoImpl.h503 typedef Loop LoopT; typedef in struct:llvm::bfi_detail::TypeMap
510 typedef MachineLoop LoopT; typedef in struct:llvm::bfi_detail::TypeMap
793 typedef typename bfi_detail::TypeMap<BT>::LoopT LoopT; typedef in class:llvm::BlockFrequencyInfoImpl
1014 std::deque<std::pair<const LoopT *, LoopData *>> Q;
1015 for (const LoopT *L : *LI)
1018 const LoopT *Loop = Q.front().first;
1029 for (const LoopT *L : *Loop)
1044 const LoopT *Loop = LI->getLoopFor(RPOT[Index]);
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILCFGStructurizer.cpp287 typedef typename PassT::LoopType LoopT; typedef in class:llvmCFGStruct::CFGStructurizer
289 typedef std::map<LoopT *, LoopLandInfo *> LoopLandInfoMap;
316 int loopbreakPatternMatch(LoopT *LoopRep, BlockT *LoopHeader);
317 int loopcontPatternMatch(LoopT *LoopRep, BlockT *LoopHeader);
320 void handleLoopbreak (BlockT *ExitingBlock, LoopT *ExitingLoop,
321 BlockT *ExitBlock, LoopT *exitLoop, BlockT *landBlock);
322 void handleLoopcontBlock(BlockT *ContingBlock, LoopT *contingLoop,
323 BlockT *ContBlock, LoopT *contLoop);
349 BlockT *relocateLoopcontBlock(LoopT *ParentLoopRep, LoopT *LoopRe
[all...]

Completed in 471 milliseconds