Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h246 void finishBasicBlock();
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp137 void FastISel::finishBasicBlock() { flushLocalValueMap(); } in finishBasicBlock() function in FastISel
H A DSelectionDAGISel.cpp1632 FastIS->finishBasicBlock(); in SelectAllBasicBlocks()