OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createMachineCSEPass
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/CodeGen/
Passes.h
183
///
createMachineCSEPass
- This pass performs global CSE on machine
185
FunctionPass *
createMachineCSEPass
();
/external/llvm/lib/CodeGen/
LLVMTargetMachine.cpp
426
PM.add(
createMachineCSEPass
());
MachineCSE.cpp
109
FunctionPass *llvm::
createMachineCSEPass
() { return new MachineCSE(); }
Completed in 3120 milliseconds