Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp1232 SmallVector<PHINode *, 8> LcssaVec; in adjustLoopBranches() local
1235 LcssaVec.push_back(LcssaPhi); in adjustLoopBranches()
1237 for (auto I = LcssaVec.begin(), E = LcssaVec.end(); I != E; ++I) { in adjustLoopBranches()