Home
last modified time | relevance | path

Searched defs:LoopInfo (Results 1 – 25 of 35) sorted by relevance

12

/external/v8/src/compiler/
Dbytecode-analysis.h44 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
Dloop-analysis.cc29 struct LoopInfo { struct
30 Node* header;
31 NodeInfo* header_list;
32 NodeInfo* exit_list;
33 NodeInfo* body_list;
34 LoopTree::Loop* loop;
Dscheduler.cc679 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/
DUnrollLoop.h22 class LoopInfo; variable
DSimplifyIndVar.h26 class LoopInfo; variable
DCloning.h44 class LoopInfo; variable
/external/llvm/include/llvm/Analysis/
DCFG.h27 class LoopInfo; variable
DRegionInfo.h67 class LoopInfo; variable
DBlockFrequencyInfo.h26 class LoopInfo; variable
DLazyBlockFrequencyInfo.h27 class LoopInfo; variable
DLoopInfo.h54 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
DBlockFrequencyInfoImpl.h44 class LoopInfo; variable
DBranchProbabilityInfo.h26 class LoopInfo; variable
DValueTracking.h34 class LoopInfo; variable
DBasicAliasAnalysis.h32 class LoopInfo; variable
/external/llvm/include/llvm/Transforms/Utils/
DUnrollLoop.h26 class LoopInfo; variable
DSimplifyIndVar.h27 class LoopInfo; variable
DLoopVersioning.h28 class LoopInfo; variable
DBasicBlockUtils.h27 class LoopInfo; variable
DCloning.h46 class LoopInfo; variable
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DScalarEvolution.h46 class LoopInfo; variable
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopUnrollPass.cpp101 INITIALIZE_PASS_DEPENDENCY(LoopInfo) in INITIALIZE_PASS_DEPENDENCY() argument
DSink.cpp62 INITIALIZE_PASS_DEPENDENCY(LoopInfo) in INITIALIZE_PASS_DEPENDENCY() argument
DLoopRotation.cpp64 INITIALIZE_PASS_DEPENDENCY(LoopInfo) in INITIALIZE_PASS_DEPENDENCY() argument
/external/clang/lib/CodeGen/
DCGLoopInfo.cpp117 LoopInfo::LoopInfo(BasicBlock *Header, const LoopAttributes &Attrs, in LoopInfo() function in LoopInfo

12