Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericCycleInfo.h264 void splitCriticalEdge(BlockT *Pred, BlockT *Succ, BlockT *New);
H A DGenericCycleImpl.h385 void GenericCycleInfo<ContextT>::splitCriticalEdge(BlockT *Pred, BlockT *Succ, in splitCriticalEdge() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSink.cpp745 CI->splitCriticalEdge(Pair.first, Pair.second, NewSucc); in runOnMachineFunction()