Searched refs:insertNode (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CSEInfo.cpp | 130 void GISelCSEInfo::insertNode(UniqueMachineInstr *UMI, void *InsertPos) { in insertNode() function in GISelCSEInfo 158 insertNode(Node, InsertPos); in insertInstr() 203 insertNode(UMI, nullptr); in handleRecordedInst()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | CSEInfo.h | 102 void insertNode(UniqueMachineInstr *UMI, void *InsertPos = nullptr);
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
| H A D | IntervalMap.h | 1580 bool insertNode(unsigned Level, IntervalMapImpl::NodeRef Node, KeyT Stop); 1788 iterator::insertNode(unsigned Level, IntervalMapImpl::NodeRef Node, KeyT Stop) { in insertNode() function 2072 SplitRoot = insertNode(Level, NodeRef(Node[Pos], NewSize[Pos]), Stop); in overflow()
|