OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FoldMI
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/CodeGen/
PeepholeOptimizer.cpp
555
MachineInstr *
FoldMI
= TII->optimizeLoadInstr(MI, MRI,
557
if (
FoldMI
) {
558
// Update LocalMIs since we replaced MI with
FoldMI
and deleted DefMI.
560
DEBUG(dbgs() << " With: " << *
FoldMI
);
563
LocalMIs.insert(
FoldMI
);
568
// MI is replaced with
FoldMI
.
InlineSpiller.cpp
[
all
...]
/external/llvm/lib/Target/X86/
X86InstrInfo.cpp
[
all
...]
Completed in 47 milliseconds