Searched defs:DefVNI (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/lib/CodeGen/ | ||
H A D | LiveIntervals.cpp | 482 if (VNInfo *DefVNI = LRQ.valueDefined()) shrinkToUses() local |
H A D | MachineVerifier.cpp | 3345 const VNInfo *DefVNI = LR.getVNInfoAt(VNI->def); verifyLiveRangeValue() local |
H A D | RegisterCoalescer.cpp | 2025 if (VNInfo *DefVNI = LRQ.valueDefined()) { joinCopy() local |
H A D | MachineScheduler.cpp | 1592 const VNInfo *DefVNI = LI.getVNInfoBefore(LIS->getMBBEndIdx(BB)); computeCyclicCriticalPath() local |
/llvm-project/llvm/lib/Target/RISCV/ | ||
H A D | RISCVInsertVSETVLI.cpp | 1682 VNInfo *DefVNI = DefLI.getVNInfoAt(DefLI.beginIndex()); coalesceVSETVLIs() local |
/llvm-project/llvm/lib/Target/WebAssembly/ | ||
H A D | WebAssemblyRegStackify.cpp | 292 assert(DefVNI); in hasOneNonDBGUse() local |