Home
last modified time | relevance | path

Searched defs:fuseLoops (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp525 bool fuseLoops(Function &F) { in fuseLoops() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp593 bool fuseLoops(Function &F) { in fuseLoops() function
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dloopnest.cpp1956 bool LoopNest::fuseLoops(const std::vector<ForPtr>& loops, ForPtr* fused) { in fuseLoops() function in torch::jit::tensorexpr::LoopNest