Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp130 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 DCSEInfo.h102 void insertNode(UniqueMachineInstr *UMI, void *InsertPos = nullptr);
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DIntervalMap.h1580 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()