Searched refs:makeStmtName (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/polly/lib/Analysis/ |
| H A D | ScopBuilder.cpp | 1782 static std::string makeStmtName(BasicBlock *BB, long BBIdx, int Count, in makeStmtName() function 1802 static std::string makeStmtName(Region *R, long RIdx) { in makeStmtName() function 1818 std::string Name = makeStmtName(BB, BBIdx, Count, Count == 0); in buildSequentialBlockStmts() 1825 std::string Name = makeStmtName(BB, BBIdx, Count, Count == 0); in buildSequentialBlockStmts() 2007 std::string Name = makeStmtName(BB, BBIdx, Count, IsMain); in buildEqivClassBlockStmts() 2018 std::string EpilogueName = makeStmtName(BB, BBIdx, Count, Count == 0, true); in buildEqivClassBlockStmts() 2031 std::string Name = makeStmtName(&SR, RIdx); in buildStmts()
|