Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp1206 SmallVector<PHINode *, 8> LcssaVec; in adjustLoopBranches() local
1209 LcssaVec.push_back(LcssaPhi); in adjustLoopBranches()
1211 for (PHINode *P : LcssaVec) { in adjustLoopBranches()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp1422 SmallVector<PHINode *, 8> LcssaVec; in adjustLoopBranches() local
1424 LcssaVec.push_back(&P); in adjustLoopBranches()
1426 for (PHINode *P : LcssaVec) { in adjustLoopBranches()