OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RemoveMachineInstrFromMaps
(Results
1 - 7
of
7
) sorted by null
/external/llvm/lib/CodeGen/
PHIElimination.cpp
158
LIS->
RemoveMachineInstrFromMaps
(DefMI);
167
LIS->
RemoveMachineInstrFromMaps
(I->first);
524
LIS->
RemoveMachineInstrFromMaps
(MPhi);
RegisterCoalescer.cpp
711
LIS->
RemoveMachineInstrFromMaps
(UseMI);
[
all
...]
LiveRangeEdit.cpp
310
LIS.
RemoveMachineInstrFromMaps
(MI);
InlineSpiller.cpp
[
all
...]
StrongPHIElimination.cpp
327
LI->
RemoveMachineInstrFromMaps
(PHI);
SplitKit.cpp
653
LIS.
RemoveMachineInstrFromMaps
(MI);
[
all
...]
/external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h
228
void
RemoveMachineInstrFromMaps
(MachineInstr *MI) {
229
Indexes->
removeMachineInstrFromMaps
(MI);
Completed in 264 milliseconds