/external/v8/src/compiler/ |
D | bytecode-analysis.h | 44 struct V8_EXPORT_PRIVATE LoopInfo { struct 46 LoopInfo(int parent_offset, int parameter_count, int register_count, in LoopInfo() argument 51 int parent_offset() const { return parent_offset_; } in parent_offset() 53 BytecodeLoopAssignments& assignments() { return assignments_; } in assignments() 54 const BytecodeLoopAssignments& assignments() const { return assignments_; } in assignments() 81 const LoopInfo& GetLoopInfoFor(int header_offset) const; argument
|
D | loop-analysis.cc | 29 struct LoopInfo { struct 30 Node* header; 31 NodeInfo* header_list; 32 NodeInfo* exit_list; 33 NodeInfo* body_list; 34 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/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/ |
D | UnrollLoop.h | 22 class LoopInfo; variable
|
D | SimplifyIndVar.h | 26 class LoopInfo; variable
|
D | Cloning.h | 44 class LoopInfo; variable
|
/external/llvm/include/llvm/Analysis/ |
D | CFG.h | 27 class LoopInfo; variable
|
D | RegionInfo.h | 67 class LoopInfo; variable
|
D | BlockFrequencyInfo.h | 26 class LoopInfo; variable
|
D | LazyBlockFrequencyInfo.h | 27 class LoopInfo; variable
|
D | LoopInfo.h | 54 class LoopInfo; variable 487 friend class LoopInfo; variable 637 LoopInfo() {} in LoopInfo() function 640 LoopInfo(LoopInfo &&Arg) : BaseT(std::move(static_cast<BaseT &>(Arg))) {} in LoopInfo() function
|
D | BlockFrequencyInfoImpl.h | 44 class LoopInfo; variable
|
D | BranchProbabilityInfo.h | 26 class LoopInfo; variable
|
D | ValueTracking.h | 34 class LoopInfo; variable
|
D | BasicAliasAnalysis.h | 32 class LoopInfo; variable
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | UnrollLoop.h | 26 class LoopInfo; variable
|
D | SimplifyIndVar.h | 27 class LoopInfo; variable
|
D | LoopVersioning.h | 28 class LoopInfo; variable
|
D | BasicBlockUtils.h | 27 class LoopInfo; variable
|
D | Cloning.h | 46 class LoopInfo; variable
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | ScalarEvolution.h | 46 class LoopInfo; variable
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | LoopUnrollPass.cpp | 101 INITIALIZE_PASS_DEPENDENCY(LoopInfo) in INITIALIZE_PASS_DEPENDENCY() argument
|
D | Sink.cpp | 62 INITIALIZE_PASS_DEPENDENCY(LoopInfo) in INITIALIZE_PASS_DEPENDENCY() argument
|
D | LoopRotation.cpp | 64 INITIALIZE_PASS_DEPENDENCY(LoopInfo) in INITIALIZE_PASS_DEPENDENCY() argument
|
/external/clang/lib/CodeGen/ |
D | CGLoopInfo.cpp | 117 LoopInfo::LoopInfo(BasicBlock *Header, const LoopAttributes &Attrs, in LoopInfo() function in LoopInfo
|