Home
last modified time | relevance | path

Searched refs:startNewBlock (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h243 void startNewBlock();
H A DRDFGraph.h395 void startNewBlock();
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp344 void NodeAllocator::startNewBlock() { in startNewBlock() function in NodeAllocator
367 startNewBlock(); in New()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1398 FastIS->startNewBlock(); in SelectAllBasicBlocks()
1479 FastIS->startNewBlock(); in SelectAllBasicBlocks()
H A DFastISel.cpp124 void FastISel::startNewBlock() { in startNewBlock() function in FastISel