Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp542 int DefVR = MI.getOperand(0).getReg(); in findPotentiallylBlockedCopies() local
543 if (!MRI->hasOneNonDBGUse(DefVR)) in findPotentiallylBlockedCopies()
545 for (auto UI = MRI->use_nodbg_begin(DefVR), UE = MRI->use_nodbg_end(); in findPotentiallylBlockedCopies()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp1077 MachineInstr *DefVR = MRI->getVRegDef(VR); in pruneCoveredSets() local
1078 bool DefEx = HII->isConstExtended(*DefVR); in pruneCoveredSets()