Searched refs:makeValInst (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/polly/lib/Transform/ |
D | ZoneAlgo.cpp | 401 isl::map LoadValInst = makeValInst( in addArrayReadAccess() 747 isl::map ZoneAlgorithm::makeValInst(Value *Val, ScopStmt *UserStmt, Loop *Scope, in makeValInst() function in ZoneAlgorithm 876 isl::map ValInst = makeValInst(Val, UserStmt, Scope, IsCertain); in makeNormalizedValInst() 1029 isl::map PHIValInst = makeValInst(PHI, &Stmt, Stmt.getSurroundingLoop()); in computeNormalizedPHIs() 1045 isl::map IncomingValInst = makeValInst( in computeNormalizedPHIs()
|
D | DeLICM.cpp | 714 ValInst = makeValInst(V, DefMA->getStatement(), in tryMapValue() 789 isl::map makeValInst(Value *Val, ScopStmt *UserStmt, Loop *Scope, in makeValInst() function in __anonbb29ffce0111::DeLICMImpl 795 return ZoneAlgorithm::makeValInst(Val, UserStmt, Scope, IsCertain); in makeValInst() 816 ValInst = makeValInst(Incoming[0].second, WriteStmt, in determinePHIWrittenValues()
|
D | ForwardOpTree.cpp | 509 isl::map ExpectedVal = makeValInst(Inst, UseStmt, UseLoop); in forwardKnownLoad()
|
/external/llvm-project/polly/include/polly/ |
D | ZoneAlgo.h | 334 isl::map makeValInst(llvm::Value *Val, ScopStmt *UserStmt, llvm::Loop *Scope,
|