OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:removeVirtualRegistersKilled
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/CodeGen/
LiveVariables.h
229
///
removeVirtualRegistersKilled
- Remove all killed info for the specified
231
void
removeVirtualRegistersKilled
(MachineInstr *MI);
/external/llvm/lib/CodeGen/
PHIElimination.cpp
294
LV->
removeVirtualRegistersKilled
(MPhi);
LiveVariables.cpp
683
///
removeVirtualRegistersKilled
- Remove all killed info for the specified
685
void LiveVariables::
removeVirtualRegistersKilled
(MachineInstr *MI) {
Completed in 40 milliseconds