Home
last modified time | relevance | path

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

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