Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DSyncDependenceAnalysis.cpp303 bool computeJoin(const BasicBlock &SuccBlock, const BasicBlock &PushedLabel) { in computeJoin()
308 if (!OldLabel || (OldLabel == &PushedLabel)) { in computeJoin()
309 BlockLabels[SuccIdx] = &PushedLabel; in computeJoin()
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DGenericUniformityImpl.h531 bool computeJoin(const BlockT &SuccBlock, const BlockT &PushedLabel) { in computeJoin() argument
535 << "\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()