Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Analysis/
DScopBuilder.cpp2130 MapVector<Instruction *, std::vector<Instruction *>> LeaderToInstList; in buildEqivClassBlockStmts() local
2144 (void)LeaderToInstList[*LeaderIt]; in buildEqivClassBlockStmts()
2156 std::vector<Instruction *> &InstList = LeaderToInstList[*LeaderIt]; in buildEqivClassBlockStmts()
2163 for (auto &Instructions : LeaderToInstList) { in buildEqivClassBlockStmts()