Home
last modified time | relevance | path

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

/llvm-project/mlir/test/lib/Analysis/
H A DTestMemRefDependenceCheck.cpp76 auto *srcOpInst = loadsAndStores[i]; in checkDependences() local
/llvm-project/mlir/lib/Dialect/Affine/Utils/
H A DLoopFusionUtils.cpp221 Operation *srcOpInst = targetDstOps[i]; in getMaxLoopDepth() local
/llvm-project/mlir/lib/Dialect/Affine/Transforms/
H A DLoopFusion.cpp443 isFusionProfitable(Operation * srcOpInst,Operation * srcStoreOpInst,AffineForOp dstForOp,ArrayRef<ComputationSliceState> depthSliceUnions,unsigned maxLegalFusionDepth,unsigned * dstLoopDepth,double computeToleranceThreshold) isFusionProfitable() argument
[all...]
/llvm-project/mlir/lib/Dialect/Affine/Analysis/
H A DUtils.cpp1768 Operation *srcOpInst, Operation *dstOpInst, unsigned dstLoopDepth, in insertBackwardComputationSlice() argument