Searched refs:insertNode (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CSEInfo.cpp | 125 void GISelCSEInfo::insertNode(UniqueMachineInstr *UMI, void *InsertPos) { in insertNode() function in GISelCSEInfo 153 insertNode(Node, InsertPos); in insertInstr() 198 insertNode(UMI, nullptr); in handleRecordedInst()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | CSEInfo.h | 102 void insertNode(UniqueMachineInstr *UMI, void *InsertPos = nullptr);
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | IntervalMap.h | 1534 bool insertNode(unsigned Level, IntervalMapImpl::NodeRef Node, KeyT Stop); 1742 iterator::insertNode(unsigned Level, IntervalMapImpl::NodeRef Node, KeyT Stop) { in insertNode() function 2026 SplitRoot = insertNode(Level, NodeRef(Node[Pos], NewSize[Pos]), Stop); in overflow()
|