Searched refs:isFirstPred (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DMachineSSAUpdater.cpp160 bool isFirstPred = true; local
168 if (isFirstPred) {
170 isFirstPred = false;
/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp113 bool isFirstPred = true; local
120 if (isFirstPred) {
122 isFirstPred = false;

Completed in 172 milliseconds