Searched refs:makeValInst (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/polly/lib/Transform/ |
| H A D | ZoneAlgo.cpp | 402 isl::map LoadValInst = makeValInst( in addArrayReadAccess() 754 isl::map ZoneAlgorithm::makeValInst(Value *Val, ScopStmt *UserStmt, Loop *Scope, in makeValInst() function in ZoneAlgorithm 883 isl::map ValInst = makeValInst(Val, UserStmt, Scope, IsCertain); in makeNormalizedValInst() 1043 isl::map PHIValInst = makeValInst(PHI, &Stmt, Stmt.getSurroundingLoop()); in computeNormalizedPHIs() 1059 isl::map IncomingValInst = makeValInst( in computeNormalizedPHIs()
|
| H A D | DeLICM.cpp | 718 ValInst = makeValInst(V, DefMA->getStatement(), in tryMapValue() 792 isl::map makeValInst(Value *Val, ScopStmt *UserStmt, Loop *Scope, in makeValInst() function in __anonf637340e0111::DeLICMImpl 798 return ZoneAlgorithm::makeValInst(Val, UserStmt, Scope, IsCertain); in makeValInst() 819 ValInst = makeValInst(Incoming[0].second, WriteStmt, in determinePHIWrittenValues()
|
| H A D | ForwardOpTree.cpp | 512 isl::map ExpectedVal = makeValInst(Inst, UseStmt, UseLoop); in forwardKnownLoad()
|
| /llvm-project-15.0.7/polly/include/polly/ |
| H A D | ZoneAlgo.h | 334 isl::map makeValInst(llvm::Value *Val, ScopStmt *UserStmt, llvm::Loop *Scope,
|