Home
last modified time | relevance | path

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

/external/llvm-project/polly/include/polly/
DScopInfo.h1550 std::vector<Instruction *>::const_iterator insts_end() const { in insts_end() function
1556 return {insts_begin(), insts_end()}; in insts()
/external/llvm-project/polly/lib/Transform/
DSimplify.cpp556 Stmt.insts_end()); in markAndSweep()