Home
last modified time | relevance | path

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

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/Transforms/Utils/
H A DLoopUtils.cpp250 unsigned numChildInsts = forOp.getBody()->getOperations().size(); in instBodySkew() local
254 for (unsigned i = 0; i < numChildInsts; i++) { in instBodySkew()
258 if (maxShift >= numChildInsts) { in instBodySkew()