Home
last modified time | relevance | path

Searched defs:VNInfo (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h64 VNInfo(unsigned i, SlotIndex d) : id(i), def(d) {} in VNInfo() function
67 VNInfo(unsigned i, const VNInfo &orig) : id(i), def(orig.def) {} in VNInfo() function
[all...]
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp558 setAVLRegDef(const VNInfo * VNInfo,Register AVLReg) setAVLRegDef() argument
[all...]