Lines Matching refs:SurroundingLoop
1477 Loop *SurroundingLoop = Stmt->getSurroundingLoop(); in buildAccessMultiDimFixed() local
1480 if (!isAffineExpr(&scop->getRegion(), SurroundingLoop, Subscript, SE, in buildAccessMultiDimFixed()
1568 Loop *SurroundingLoop = Stmt->getSurroundingLoop(); in buildAccessMemIntrinsic() local
1569 bool LengthIsAffine = isAffineExpr(&scop->getRegion(), SurroundingLoop, in buildAccessMemIntrinsic()
1714 Loop *SurroundingLoop = Stmt->getSurroundingLoop(); in buildAccessSingleDim() local
1716 isAffineExpr(&scop->getRegion(), SurroundingLoop, in buildAccessSingleDim()
1808 Loop *SurroundingLoop = LI.getLoopFor(BB); in buildSequentialBlockStmts() local
1814 if (shouldModelInst(&Inst, SurroundingLoop)) in buildSequentialBlockStmts()
1819 scop->addScopStmt(BB, Name, SurroundingLoop, Instructions); in buildSequentialBlockStmts()
1826 scop->addScopStmt(BB, Name, SurroundingLoop, Instructions); in buildSequentialBlockStmts()
2025 Loop *SurroundingLoop = in buildStmts() local
2028 if (shouldModelInst(&Inst, SurroundingLoop)) in buildStmts()
2032 scop->addScopStmt(&SR, Name, SurroundingLoop, Instructions); in buildStmts()