OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addVirtualRegisterDead
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/CodeGen/
LiveVariables.h
231
///
addVirtualRegisterDead
- Add information about the fact that the specified
234
void
addVirtualRegisterDead
(unsigned IncomingReg, MachineInstr *MI,
/external/llvm/lib/CodeGen/
PHIElimination.cpp
302
LV->
addVirtualRegisterDead
(DestReg, PHICopy);
TwoAddressInstructionPass.cpp
[
all
...]
/external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp
246
LV->
addVirtualRegisterDead
(Reg, NewMI);
[
all
...]
Completed in 5380 milliseconds