Home
last modified time | relevance | path

Searched refs:NodeInsertPos (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DCSEMIRBuilder.h51 void *&NodeInsertPos);
78 MachineInstrBuilder memoizeMI(MachineInstrBuilder MIB, void *NodeInsertPos);
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCSEMIRBuilder.cpp39 void *&NodeInsertPos) { in getDominatingInstrForID() argument
44 CSEInfo->getMachineInstrIfExists(ID, CurMBB, NodeInsertPos); in getDominatingInstrForID()
124 void *NodeInsertPos) { in memoizeMI() argument
128 getCSEInfo()->insertInstr(MIBInstr, NodeInsertPos); in memoizeMI()