Home
last modified time | relevance | path

Searched defs:LoopVector (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Dialect/SCF/IR/
H A DSCF.h64 using LoopVector = std::vector<scf::ForOp>; variable
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp424 using LoopVector = SmallVector<Loop *, 4>; typedef
H A DLoopInterchange.cpp65 using LoopVector = SmallVector<Loop *, 8>; typedef
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonSplitDouble.cpp572 using LoopVector = std::vector<MachineLoop *>; in collectIndRegs() typedef