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