OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OptimizeFunction
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/CodeGen/
BranchFolding.h
33
bool
OptimizeFunction
(MachineFunction &MF,
BranchFolding.cpp
104
return Folder.
OptimizeFunction
(MF, MF.getSubtarget().getInstrInfo(),
193
///
OptimizeFunction
- Perhaps branch folding, tail merging and other
195
bool BranchFolder::
OptimizeFunction
(MachineFunction &MF,
[
all
...]
IfConversion.cpp
296
BFChange = BF.
OptimizeFunction
(MF, TII, ST.getRegisterInfo(),
429
BF.
OptimizeFunction
(MF, TII, MF.getSubtarget().getRegisterInfo(),
[
all
...]
Completed in 84 milliseconds