llvm::getLoopConvergenceHeart

Find the convergence heart of the loop.

Synopsis

Declared in <llvm/Analysis/LoopInfo.h>

CallBase*
getLoopConvergenceHeart(Loop const* TheLoop);

Return Value

The convergence heart call, or nullptr if none.

Parameters

NameDescription
TheLoopLoop whose convergence heart is requested.