Home
last modified time | relevance | path

Searched refs:addInvariantLoads (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/polly/include/polly/
H A DScopBuilder.h640 void addInvariantLoads(ScopStmt &Stmt, InvariantAccessesTy &InvMAs);
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopBuilder.cpp2599 addInvariantLoads(Stmt, InvariantAccesses); in hoistInvariantLoads()
2798 void ScopBuilder::addInvariantLoads(ScopStmt &Stmt, in addInvariantLoads() function in ScopBuilder