| /external/llvm/include/llvm/Analysis/ |
| D | CFG.h | 27 class LoopInfo; variable
|
| D | BlockFrequencyInfo.h | 24 class LoopInfo; variable
|
| D | RegionInfo.h | 66 class LoopInfo; variable
|
| D | LoopInfo.h | 52 class LoopInfo; variable 511 friend class LoopInfo; variable 662 LoopInfo() {} in LoopInfo() function 665 LoopInfo(LoopInfo &&Arg) : BaseT(std::move(static_cast<BaseT &>(Arg))) {} in LoopInfo() function
|
| D | ScalarEvolution.h | 49 class LoopInfo; variable
|
| D | BranchProbabilityInfo.h | 25 class LoopInfo; variable
|
| D | BlockFrequencyInfoImpl.h | 40 class LoopInfo; variable
|
| D | BasicAliasAnalysis.h | 32 class LoopInfo; variable
|
| D | ValueTracking.h | 31 class LoopInfo; variable
|
| D | DependenceAnalysis.h | 51 class LoopInfo; variable
|
| /external/llvm/include/llvm/Transforms/Utils/ |
| D | UnrollLoop.h | 26 class LoopInfo; variable
|
| D | SimplifyIndVar.h | 28 class LoopInfo; variable
|
| D | LoopVersioning.h | 28 class LoopInfo; variable
|
| D | BasicBlockUtils.h | 27 class LoopInfo; variable
|
| D | Cloning.h | 46 class LoopInfo; variable
|
| D | LoopUtils.h | 30 class LoopInfo; variable
|
| /external/v8/src/compiler/ |
| D | loop-analysis.cc | 29 struct LoopInfo { struct 30 Node* header; 31 NodeInfo* header_list; 32 NodeInfo* body_list; 33 LoopTree::Loop* loop;
|
| D | scheduler.cc | 679 struct LoopInfo { struct in v8::internal::compiler::SpecialRPONumberer 680 BasicBlock* header; 681 ZoneVector<BasicBlock*>* outgoing; 682 BitVector* members; 683 LoopInfo* prev; 684 BasicBlock* end; 685 BasicBlock* start; 687 void AddOutgoing(Zone* zone, BasicBlock* block) { in AddOutgoing()
|
| /external/clang/lib/CodeGen/ |
| D | CGLoopInfo.cpp | 101 LoopInfo::LoopInfo(BasicBlock *Header, const LoopAttributes &Attrs) in LoopInfo() function in LoopInfo
|
| /external/llvm/lib/Analysis/ |
| D | LoopInfo.cpp | 636 LoopInfo::LoopInfo(const DominatorTreeBase<BasicBlock> &DomTree) { in LoopInfo() function in LoopInfo
|
| /external/llvm/lib/Target/AMDGPU/ |
| D | AMDILCFGStructurizer.cpp | 205 static void PrintLoopinfo(const MachineLoopInfo &LoopInfo) { in PrintLoopinfo()
|
| /external/mesa3d/src/gallium/drivers/radeon/ |
| D | AMDILCFGStructurizer.cpp | 86 void PrintLoopinfo(const LoopinfoT &LoopInfo, llvm::raw_ostream &OS) { in PrintLoopinfo()
|