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