HomeSort by relevance Sort by last modified time
    Searched refs:getSubLoops (Results 1 - 23 of 23) sorted by null

  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
LoopInfo.h 131 const std::vector<LoopT *> &getSubLoops() const {
142 iterator begin() const { return getSubLoops().begin(); }
143 iterator end() const { return getSubLoops().end(); }
144 reverse_iterator rbegin() const { return getSubLoops().rbegin(); }
145 reverse_iterator rend() const { return getSubLoops().rend(); }
146 bool empty() const { return getSubLoops().empty(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
LoopInfo.h 131 const std::vector<LoopT *> &getSubLoops() const {
142 iterator begin() const { return getSubLoops().begin(); }
143 iterator end() const { return getSubLoops().end(); }
144 reverse_iterator rbegin() const { return getSubLoops().rbegin(); }
145 reverse_iterator rend() const { return getSubLoops().rend(); }
146 bool empty() const { return getSubLoops().empty(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
LoopInfo.h 131 const std::vector<LoopT *> &getSubLoops() const {
142 iterator begin() const { return getSubLoops().begin(); }
143 iterator end() const { return getSubLoops().end(); }
144 reverse_iterator rbegin() const { return getSubLoops().rbegin(); }
145 reverse_iterator rend() const { return getSubLoops().rend(); }
146 bool empty() const { return getSubLoops().empty(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
LoopInfo.h 131 const std::vector<LoopT *> &getSubLoops() const {
142 iterator begin() const { return getSubLoops().begin(); }
143 iterator end() const { return getSubLoops().end(); }
144 reverse_iterator rbegin() const { return getSubLoops().rbegin(); }
145 reverse_iterator rend() const { return getSubLoops().rend(); }
146 bool empty() const { return getSubLoops().empty(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
LoopInfo.h 131 const std::vector<LoopT *> &getSubLoops() const {
142 iterator begin() const { return getSubLoops().begin(); }
143 iterator end() const { return getSubLoops().end(); }
144 reverse_iterator rbegin() const { return getSubLoops().rbegin(); }
145 reverse_iterator rend() const { return getSubLoops().rend(); }
146 bool empty() const { return getSubLoops().empty(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
LoopInfo.h 131 const std::vector<LoopT *> &getSubLoops() const {
142 iterator begin() const { return getSubLoops().begin(); }
143 iterator end() const { return getSubLoops().end(); }
144 reverse_iterator rbegin() const { return getSubLoops().rbegin(); }
145 reverse_iterator rend() const { return getSubLoops().rend(); }
146 bool empty() const { return getSubLoops().empty(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
LoopInfo.h 131 const std::vector<LoopT *> &getSubLoops() const {
142 iterator begin() const { return getSubLoops().begin(); }
143 iterator end() const { return getSubLoops().end(); }
144 reverse_iterator rbegin() const { return getSubLoops().rbegin(); }
145 reverse_iterator rend() const { return getSubLoops().rend(); }
146 bool empty() const { return getSubLoops().empty(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
LoopInfo.h 131 const std::vector<LoopT *> &getSubLoops() const {
142 iterator begin() const { return getSubLoops().begin(); }
143 iterator end() const { return getSubLoops().end(); }
144 reverse_iterator rbegin() const { return getSubLoops().rbegin(); }
145 reverse_iterator rend() const { return getSubLoops().rend(); }
146 bool empty() const { return getSubLoops().empty(); }
    [all...]
  /external/llvm/lib/Transforms/Utils/
LCSSA.cpp 267 for (Loop *SubLoop : L.getSubLoops())
CloneFunction.cpp 660 assert(OrigLoop->getSubLoops().empty() &&
LoopSimplify.cpp 323 const std::vector<Loop*> &SubLoops = L->getSubLoops();
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopVersioningLICM.cpp 215 if (CurLoop->getSubLoops().size()) {
LoopInterchange.cpp 284 const std::vector<Loop *> *Vec = &CurrentLoop->getSubLoops();
295 Vec = &CurrentLoop->getSubLoops();
    [all...]
LICM.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 127 const std::vector<LoopT *> &getSubLoops() const { return SubLoops; }
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
LoopSimplify.cpp 601 const std::vector<Loop*> &SubLoops = L->getSubLoops();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LoopInfo.h 127 const std::vector<LoopT *> &getSubLoops() const { return SubLoops; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
LoopInfo.h 127 const std::vector<LoopT *> &getSubLoops() const { return SubLoops; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
LoopInfo.h 127 const std::vector<LoopT *> &getSubLoops() const { return SubLoops; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LoopInfo.h 127 const std::vector<LoopT *> &getSubLoops() const { return SubLoops; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
LoopInfo.h 127 const std::vector<LoopT *> &getSubLoops() const { return SubLoops; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
LoopInfo.h 127 const std::vector<LoopT *> &getSubLoops() const { return SubLoops; }
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
LoopInfo.h 125 const std::vector<LoopT *> &getSubLoops() const { return SubLoops; }
    [all...]

Completed in 303 milliseconds