Home
last modified time | relevance | path

Searched refs:LoopVector (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp49 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/llvm/lib/TableGen/
DTGParser.h62 typedef std::vector<ForeachLoop> LoopVector; typedef
63 LoopVector Loops;
/external/llvm/lib/Target/Hexagon/
DHexagonSplitDouble.cpp527 typedef std::vector<MachineLoop*> LoopVector; in collectIndRegs() typedef
528 LoopVector WorkQ; in collectIndRegs()