Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceVariableSplitting.cpp205 bool isUnconditionallyExecuted() const { return WaitingForLabel == nullptr; } in isUnconditionallyExecuted()
239 if (Instr == WaitingForLabel) { in handleLabel()
242 WaitingForLabel = nullptr; in handleLabel()
243 } else if (WaitingForLabel == nullptr && WaitingForBranchTo == nullptr) { in handleLabel()
263 if (WaitingForBranchTo == Label && WaitingForLabel == nullptr) { in handleIntraBlockBranch()
266 (WaitingForLabel == nullptr || WaitingForLabel == Label)) { in handleIntraBlockBranch()
267 WaitingForLabel = Label; in handleIntraBlockBranch()
436 const Inst *WaitingForLabel = nullptr; member in Ice::__anon4d0e651c0111::LocalVariableSplitter