Searched refs:LoopVector (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | LoopInterchange.cpp | 49 typedef SmallVector<Loop *, 8> LoopVector; typedef 279 static void populateWorklist(Loop &L, SmallVector<LoopVector, 8> &V) { in populateWorklist() argument 282 LoopVector LoopList; in populateWorklist() 459 SmallVector<LoopVector, 8> Worklist; in runOnFunction() 467 LoopVector LoopList = Worklist.pop_back_val(); in runOnFunction() 473 bool isComputableLoopNest(LoopVector LoopList) { in isComputableLoopNest() 492 unsigned selectLoopForInterchange(const LoopVector &LoopList) { in selectLoopForInterchange() 498 bool processLoopList(LoopVector LoopList, Function &F) { in processLoopList() 570 bool processLoop(LoopVector LoopList, unsigned InnerLoopId, in processLoop()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopInterchange.cpp | 63 using LoopVector = SmallVector<Loop *, 8>; typedef 274 static void populateWorklist(Loop &L, SmallVector<LoopVector, 8> &V) { in populateWorklist() argument 278 LoopVector LoopList; in populateWorklist() 476 SmallVector<LoopVector, 8> Worklist; in runOnFunction() 484 LoopVector LoopList = Worklist.pop_back_val(); in runOnFunction() 490 bool isComputableLoopNest(LoopVector LoopList) { in isComputableLoopNest() 509 unsigned selectLoopForInterchange(const LoopVector &LoopList) { in selectLoopForInterchange() 515 bool processLoopList(LoopVector LoopList, Function &F) { in processLoopList() 575 bool processLoop(LoopVector LoopList, unsigned InnerLoopId, in processLoop()
|
/external/llvm/lib/TableGen/ |
D | TGParser.h | 62 typedef std::vector<ForeachLoop> LoopVector; typedef 63 LoopVector Loops;
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonSplitDouble.cpp | 527 typedef std::vector<MachineLoop*> LoopVector; in collectIndRegs() typedef 528 LoopVector WorkQ; in collectIndRegs()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonSplitDouble.cpp | 574 using LoopVector = std::vector<MachineLoop *>; in collectIndRegs() typedef 576 LoopVector WorkQ; in collectIndRegs()
|