Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DFastISel.h244 void startNewBlock();
H A DRDFGraph.h396 void startNewBlock();
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRDFGraph.cpp342 void NodeAllocator::startNewBlock() { in startNewBlock() function in NodeAllocator
365 startNewBlock(); in New()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1401 FastIS->startNewBlock(); in SelectAllBasicBlocks()
1488 FastIS->startNewBlock(); in SelectAllBasicBlocks()
H A DFastISel.cpp123 void FastISel::startNewBlock() { in startNewBlock() function in FastISel