Searched refs:WaitingForLabel (Results 1 – 1 of 1) sorted by relevance
205 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::__anona23f8f920111::LocalVariableSplitter