Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Support/
H A DVirtualInstruction.cpp24 ScopStmt *UserStmt = S->getStmtFor(UI); in create()
100 if (InputMA || (!Virtual && UserStmt != S->getStmtFor(Inst))) in create()
/llvm-project-15.0.7/polly/lib/Transform/
H A DForwardOpTree.cpp809 DefStmt = S->getStmtFor(Inst); in forwardTreeImpl()
H A DZoneAlgo.cpp813 auto *ValStmt = S->getStmtFor(Inst); in makeValInst()
/llvm-project-15.0.7/polly/include/polly/
H A DScopInfo.h2345 ScopStmt *getStmtFor(Instruction *Inst) const { in getStmtFor() function
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopInfo.cpp1892 auto *BasePtrStmt = getStmtFor(PointerBaseInst); in lookupBasePtrAccess()
2362 if (ScopStmt *IncomingStmt = getStmtFor(IncomingInst)) in getIncomingStmtFor()
H A DScopBuilder.cpp2339 ScopStmt *Stmt = scop->getStmtFor(Inst); in ensureValueWrite()
3402 auto *Stmt = S->getStmtFor(&Inst); in verifyUses()
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DIslNodeBuilder.cpp1086 } else if (S.getStmtFor(Inst)) { in materializeValue()