Home
last modified time | relevance | path

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

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