Home
last modified time | relevance | path

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

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