OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MachineCopyPropagation
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
MachineCopyPropagation.cpp
1
//===-
MachineCopyPropagation
.cpp - Machine Copy Propagation Pass ---------===//
34
class
MachineCopyPropagation
: public MachineFunctionPass {
41
MachineCopyPropagation
() : MachineFunctionPass(ID) {
58
char
MachineCopyPropagation
::ID = 0;
59
char &llvm::MachineCopyPropagationID =
MachineCopyPropagation
::ID;
61
INITIALIZE_PASS(
MachineCopyPropagation
, "machine-cp",
65
MachineCopyPropagation
::SourceNoLongerAvailable(unsigned Reg,
132
void
MachineCopyPropagation
::removeCopy(MachineInstr *MI) {
139
bool
MachineCopyPropagation
::CopyPropagateBlock(MachineBasicBlock &MBB) {
156
report_fatal_error("
MachineCopyPropagation
should be run after
[
all
...]
Android.mk
48
MachineCopyPropagation
.cpp \
Completed in 48 milliseconds