Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericCycleImpl.h312 void GenericCycleInfo<ContextT>::addBlockToCycle(BlockT *Block, CycleT *Cycle) { in addBlockToCycle() function
521 addBlockToCycle(NewBlock, Cycle); in splitCriticalEdge()
H A DGenericCycleInfo.h308 void addBlockToCycle(BlockT *Block, CycleT *Cycle);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFixIrreducible.cpp311 CI.addBlockToCycle(G, &C); in fixIrreducible()