/external/v8/src/compiler/ |
D | bytecode-analysis.h | 68 struct V8_EXPORT_PRIVATE LoopInfo { struct 70 LoopInfo(int parent_offset, int parameter_count, int register_count, in LoopInfo() function 76 int parent_offset() const { return parent_offset_; } in parent_offset() 78 const ZoneVector<ResumeJumpTarget>& resume_jump_targets() const { in resume_jump_targets() 81 void AddResumeTarget(const ResumeJumpTarget& target) { in AddResumeTarget() 85 BytecodeLoopAssignments& assignments() { return assignments_; } in assignments() 86 const BytecodeLoopAssignments& assignments() const { return assignments_; } in assignments() 114 const LoopInfo& GetLoopInfoFor(int header_offset) const; argument
|
/external/swiftshader/src/OpenGL/compiler/ |
D | OutputASM.h | 320 struct LoopInfo struct 324 bool isDeterministic() in isDeterministic() 329 unsigned int iterations = ~0u; 331 TIntermSymbol *index = nullptr; 332 TOperator comparator = EOpNull; 333 int initial = 0; 334 int limit = 0; 335 int increment = 0;
|
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/ |
D | UnrollLoop.h | 22 class LoopInfo; variable
|
D | SimplifyIndVar.h | 26 class LoopInfo; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | LoopRotationUtils.h | 22 class LoopInfo; variable
|
D | SimplifyIndVar.h | 26 class LoopInfo; variable
|
D | UnrollLoop.h | 31 class LoopInfo; variable
|
D | LoopVersioning.h | 28 class LoopInfo; variable
|
/external/llvm/include/llvm/Analysis/ |
D | CFG.h | 27 class LoopInfo; variable
|
D | RegionInfo.h | 67 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 | BlockFrequencyInfo.h | 26 class LoopInfo; variable
|
D | LazyBlockFrequencyInfo.h | 27 class LoopInfo; variable
|
D | BlockFrequencyInfoImpl.h | 44 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
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | CFG.h | 27 class LoopInfo; variable
|
D | RegionInfo.h | 65 class LoopInfo; variable
|
D | LazyBlockFrequencyInfo.h | 28 class LoopInfo; variable
|
D | LoopInfo.h | 56 class LoopInfo; variable 611 friend class LoopInfo; variable 803 LoopInfo() {} in LoopInfo() function 806 LoopInfo(LoopInfo &&Arg) : BaseT(std::move(static_cast<BaseT &>(Arg))) {} in LoopInfo() function
|
D | BlockFrequencyInfoImpl.h | 55 class LoopInfo; variable
|
D | LazyBranchProbabilityInfo.h | 26 class LoopInfo; variable
|
D | BlockFrequencyInfo.h | 29 class LoopInfo; variable
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | ScalarEvolution.h | 46 class LoopInfo; variable
|