HomeSort by relevance Sort by last modified time
    Searched defs:LoopInfo (Results 1 - 17 of 17) sorted by null

  /external/clang/lib/CodeGen/
CGLoopInfo.cpp 117 LoopInfo::LoopInfo(BasicBlock *Header, const LoopAttributes &Attrs,
124 Active.push_back(LoopInfo(Header, StagedAttrs, Location));
281 const LoopInfo &L = getInfo();
CGLoopInfo.h 67 class LoopInfo {
69 /// \brief Construct a new LoopInfo for the loop with entry Header.
70 LoopInfo(llvm::BasicBlock *Header, const LoopAttributes &Attrs,
157 /// \brief Returns true if there is LoopInfo on the stack.
159 /// \brief Return the LoopInfo for the current loop. HasInfo should be called
160 /// first to ensure LoopInfo is present.
161 const LoopInfo &getInfo() const { return Active.back(); }
165 llvm::SmallVector<LoopInfo, 4> Active;
  /external/v8/src/compiler/
bytecode-analysis.h 44 struct V8_EXPORT_PRIVATE LoopInfo {
46 LoopInfo(int parent_offset, int parameter_count, int register_count,
81 const LoopInfo& GetLoopInfoFor(int header_offset) const;
94 LoopInfo* loop_info;
115 ZoneMap<int, LoopInfo> header_to_info_;
loop-analysis.cc 29 struct LoopInfo {
96 for (LoopInfo& li : loops_) {
112 ZoneVector<LoopInfo> loops_;
298 for (LoopInfo& li : loops_) {
353 void AddNodeToLoop(NodeInfo* node_info, LoopInfo* loop, int loop_num) {
384 LoopInfo* innermost = nullptr;
394 LoopInfo* loop = &loops_[loop_num - 1];
418 LoopInfo* li = &loops_[0];
437 LoopInfo& li = loops_[loop_num - 1];
468 LoopInfo& li = loops_[loop_num - 1]
    [all...]
scheduler.cc 658 LoopInfo const& loop = loops_[GetLoopNumber(block)];
679 struct LoopInfo {
683 LoopInfo* prev;
787 LoopInfo* loop =
822 LoopInfo* info = &loops_[GetLoopNumber(block)];
846 LoopInfo* next = &loops_[GetLoopNumber(succ)];
856 LoopInfo* info = &loops_[GetLoopNumber(block)];
879 LoopInfo* current_loop = nullptr;
    [all...]
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 1 //===- llvm/Analysis/LoopInfo.h - Natural Loop Calculator -------*- C++ -*-===//
10 // This file defines the LoopInfo class that is used to identify natural loops
54 class LoopInfo;
254 /// to the specified LoopInfo object as being in the current basic block. It
316 /// Blocks as appropriate. This does not update the mapping in the LoopInfo
487 friend class LoopInfo;
629 class LoopInfo : public LoopInfoBase<BasicBlock, Loop> {
634 void operator=(const LoopInfo &) = delete;
635 LoopInfo(const LoopInfo &) = delete
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
LoopInfo.h 1 //===- llvm/Analysis/LoopInfo.h - Natural Loop Calculator -------*- C++ -*-===//
10 // This file defines the LoopInfo class that is used to identify natural loops
57 class LoopInfo;
343 /// to the specified LoopInfo object as being in the current basic block. It
409 /// the mapping in the LoopInfo class.
635 /// LoopInfo - This class builds and contains all of the top level loop
645 friend class LoopInfo;
648 LoopInfoBase(const LoopInfo &); // do not implement
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceCfg.h 346 CfgVector<Loop> LoopInfo;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
LoopInfo.h 1 //===- llvm/Analysis/LoopInfo.h - Natural Loop Calculator -------*- C++ -*-===//
10 // This file defines the LoopInfo class that is used to identify natural loops
54 class LoopInfo;
267 /// to the specified LoopInfo object as being in the current basic block. It
329 /// Blocks as appropriate. This does not update the mapping in the LoopInfo
436 bool isRecursivelyLCSSAForm(DominatorTree &DT, const LoopInfo &LI) const;
527 friend class LoopInfo;
686 class LoopInfo : public LoopInfoBase<BasicBlock, Loop> {
691 void operator=(const LoopInfo &) = delete;
692 LoopInfo(const LoopInfo &) = delete
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
LoopInfo.h 1 //===- llvm/Analysis/LoopInfo.h - Natural Loop Calculator -------*- C++ -*-===//
10 // This file defines the LoopInfo class that is used to identify natural loops
54 class LoopInfo;
267 /// to the specified LoopInfo object as being in the current basic block. It
329 /// Blocks as appropriate. This does not update the mapping in the LoopInfo
436 bool isRecursivelyLCSSAForm(DominatorTree &DT, const LoopInfo &LI) const;
527 friend class LoopInfo;
686 class LoopInfo : public LoopInfoBase<BasicBlock, Loop> {
691 void operator=(const LoopInfo &) = delete;
692 LoopInfo(const LoopInfo &) = delete
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
LoopInfo.h 1 //===- llvm/Analysis/LoopInfo.h - Natural Loop Calculator -------*- C++ -*-===//
10 // This file defines the LoopInfo class that is used to identify natural loops
54 class LoopInfo;
267 /// to the specified LoopInfo object as being in the current basic block. It
329 /// Blocks as appropriate. This does not update the mapping in the LoopInfo
436 bool isRecursivelyLCSSAForm(DominatorTree &DT, const LoopInfo &LI) const;
527 friend class LoopInfo;
686 class LoopInfo : public LoopInfoBase<BasicBlock, Loop> {
691 void operator=(const LoopInfo &) = delete;
692 LoopInfo(const LoopInfo &) = delete
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LoopInfo.h 1 //===- llvm/Analysis/LoopInfo.h - Natural Loop Calculator -------*- C++ -*-===//
10 // This file defines the LoopInfo class that is used to identify natural loops
54 class LoopInfo;
267 /// to the specified LoopInfo object as being in the current basic block. It
329 /// Blocks as appropriate. This does not update the mapping in the LoopInfo
436 bool isRecursivelyLCSSAForm(DominatorTree &DT, const LoopInfo &LI) const;
527 friend class LoopInfo;
686 class LoopInfo : public LoopInfoBase<BasicBlock, Loop> {
691 void operator=(const LoopInfo &) = delete;
692 LoopInfo(const LoopInfo &) = delete
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
LoopInfo.h 1 //===- llvm/Analysis/LoopInfo.h - Natural Loop Calculator -------*- C++ -*-===//
10 // This file defines the LoopInfo class that is used to identify natural loops
54 class LoopInfo;
267 /// to the specified LoopInfo object as being in the current basic block. It
329 /// Blocks as appropriate. This does not update the mapping in the LoopInfo
436 bool isRecursivelyLCSSAForm(DominatorTree &DT, const LoopInfo &LI) const;
527 friend class LoopInfo;
686 class LoopInfo : public LoopInfoBase<BasicBlock, Loop> {
691 void operator=(const LoopInfo &) = delete;
692 LoopInfo(const LoopInfo &) = delete
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
LoopInfo.h 1 //===- llvm/Analysis/LoopInfo.h - Natural Loop Calculator -------*- C++ -*-===//
10 // This file defines the LoopInfo class that is used to identify natural loops
54 class LoopInfo;
267 /// to the specified LoopInfo object as being in the current basic block. It
329 /// Blocks as appropriate. This does not update the mapping in the LoopInfo
436 bool isRecursivelyLCSSAForm(DominatorTree &DT, const LoopInfo &LI) const;
527 friend class LoopInfo;
686 class LoopInfo : public LoopInfoBase<BasicBlock, Loop> {
691 void operator=(const LoopInfo &) = delete;
692 LoopInfo(const LoopInfo &) = delete
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
LoopInfo.h 1 //===- llvm/Analysis/LoopInfo.h - Natural Loop Calculator -------*- C++ -*-===//
10 // This file defines the LoopInfo class that is used to identify natural loops
54 class LoopInfo;
267 /// to the specified LoopInfo object as being in the current basic block. It
329 /// Blocks as appropriate. This does not update the mapping in the LoopInfo
436 bool isRecursivelyLCSSAForm(DominatorTree &DT, const LoopInfo &LI) const;
527 friend class LoopInfo;
686 class LoopInfo : public LoopInfoBase<BasicBlock, Loop> {
691 void operator=(const LoopInfo &) = delete;
692 LoopInfo(const LoopInfo &) = delete
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LoopInfo.h 1 //===- llvm/Analysis/LoopInfo.h - Natural Loop Calculator -------*- C++ -*-===//
10 // This file defines the LoopInfo class that is used to identify natural loops
54 class LoopInfo;
267 /// to the specified LoopInfo object as being in the current basic block. It
329 /// Blocks as appropriate. This does not update the mapping in the LoopInfo
436 bool isRecursivelyLCSSAForm(DominatorTree &DT, const LoopInfo &LI) const;
527 friend class LoopInfo;
686 class LoopInfo : public LoopInfoBase<BasicBlock, Loop> {
691 void operator=(const LoopInfo &) = delete;
692 LoopInfo(const LoopInfo &) = delete
    [all...]
  /external/llvm/lib/CodeGen/
MachinePipeliner.cpp 163 struct LoopInfo {
170 LoopInfo LI;
    [all...]

Completed in 3075 milliseconds