Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceVariableSplitting.cpp243 } else if (WaitingForLabel == nullptr && WaitingForBranchTo == nullptr) { in handleLabel()
246 WaitingForBranchTo = Instr; in handleLabel()
263 if (WaitingForBranchTo == Label && WaitingForLabel == nullptr) { in handleIntraBlockBranch()
264 WaitingForBranchTo = nullptr; in handleIntraBlockBranch()
265 } else if (WaitingForBranchTo == nullptr && in handleIntraBlockBranch()
437 const Inst *WaitingForBranchTo = nullptr; member in Ice::__anon4d0e651c0111::LocalVariableSplitter