Searched refs:PushedLabel (Results 1 – 2 of 2) sorted by relevance
303 bool computeJoin(const BasicBlock &SuccBlock, const BasicBlock &PushedLabel) { in computeJoin()308 if (!OldLabel || (OldLabel == &PushedLabel)) { in computeJoin()309 BlockLabels[SuccIdx] = &PushedLabel; in computeJoin()
531 bool computeJoin(const BlockT &SuccBlock, const BlockT &PushedLabel) { in computeJoin() argument535 << "\tpushed label: " << Context.print(&PushedLabel) in computeJoin()540 if (OldLabel == &PushedLabel) in computeJoin()552 LLVM_DEBUG(dbgs() << "\tnew label: " << Context.print(&PushedLabel) in computeJoin()554 BlockLabels[&SuccBlock] = &PushedLabel; in computeJoin()