HomeSort by relevance Sort by last modified time
    Searched refs:LoopInfoT (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 491 typedef LoopInfo LoopInfoT;
498 typedef MachineLoopInfo LoopInfoT;
778 typedef typename bfi_detail::TypeMap<BT>::LoopInfoT LoopInfoT;
787 const LoopInfoT *LI;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp 85 template<class LoopinfoT>
86 void PrintLoopinfo(const LoopinfoT &LoopInfo, llvm::raw_ostream &OS) {
87 for (typename LoopinfoT::iterator iter = LoopInfo.begin(),
270 typedef typename PassT::LoopinfoType LoopInfoT;
399 LoopInfoT *loopInfo;
455 //loopInfo = &pass.getAnalysis<LoopInfoT>();
470 for (typename LoopInfoT::iterator iter = loopInfo->begin(),
545 //loopInfo = &pass.getAnalysis<LoopInfoT>();
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp 85 template<class LoopinfoT>
86 void PrintLoopinfo(const LoopinfoT &LoopInfo, llvm::raw_ostream &OS) {
87 for (typename LoopinfoT::iterator iter = LoopInfo.begin(),
270 typedef typename PassT::LoopinfoType LoopInfoT;
399 LoopInfoT *loopInfo;
455 //loopInfo = &pass.getAnalysis<LoopInfoT>();
470 for (typename LoopInfoT::iterator iter = loopInfo->begin(),
545 //loopInfo = &pass.getAnalysis<LoopInfoT>();
    [all...]

Completed in 1542 milliseconds