OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:removeKill
(Results
1 - 5
of
5
) sorted by null
/external/llvm/include/llvm/CodeGen/
LiveVariables.h
91
///
removeKill
- Delete a kill corresponding to the specified
94
bool
removeKill
(MachineInstr *MI) {
213
if (!getVarInfo(reg).
removeKill
(MI))
249
if (!getVarInfo(reg).
removeKill
(MI))
/external/llvm/lib/CodeGen/
LiveVariables.cpp
697
bool removed = getVarInfo(Reg).
removeKill
(MI);
MachineBasicBlock.cpp
780
LV->getVarInfo(Reg).
removeKill
(MI)) {
[
all
...]
TwoAddressInstructionPass.cpp
[
all
...]
/external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp
262
if (VI.
removeKill
(MI))
[
all
...]
Completed in 274 milliseconds