Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Support/
DVirtualInstruction.cpp24 ScopStmt *UserStmt = S->getStmtFor(UI); in create()
99 if (InputMA || (!Virtual && UserStmt != S->getStmtFor(Inst))) in create()
/external/llvm-project/polly/lib/Transform/
DForwardOpTree.cpp806 DefStmt = S->getStmtFor(Inst); in forwardTreeImpl()
DZoneAlgo.cpp806 auto *ValStmt = S->getStmtFor(Inst); in makeValInst()
/external/llvm-project/polly/include/polly/
DScopInfo.h2361 ScopStmt *getStmtFor(Instruction *Inst) const { in getStmtFor() function
/external/llvm-project/polly/lib/Analysis/
DScopInfo.cpp2008 auto *BasePtrStmt = getStmtFor(PointerBaseInst); in lookupBasePtrAccess()
2447 if (ScopStmt *IncomingStmt = getStmtFor(IncomingInst)) in getIncomingStmtFor()
DScopBuilder.cpp2528 ScopStmt *Stmt = scop->getStmtFor(Inst); in ensureValueWrite()
3585 auto *Stmt = S->getStmtFor(&Inst); in verifyUses()
/external/llvm-project/polly/lib/CodeGen/
DIslNodeBuilder.cpp1062 } else if (S.getStmtFor(Inst)) { in materializeValue()