Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/CodeGen/
HDMachineSSAUpdater.cpp162 bool isFirstPred = true; in GetValueInMiddleOfBlock() local
170 if (isFirstPred) { in GetValueInMiddleOfBlock()
172 isFirstPred = false; in GetValueInMiddleOfBlock()
/NextBSD/contrib/llvm/lib/Transforms/Utils/
HDSSAUpdater.cpp113 bool isFirstPred = true; in GetValueInMiddleOfBlock() local
120 if (isFirstPred) { in GetValueInMiddleOfBlock()
122 isFirstPred = false; in GetValueInMiddleOfBlock()