OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shouldOptForSize
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
FastISel.h
515
bool
shouldOptForSize
(const MachineFunction *MF) const {
SelectionDAGISel.h
248
bool
shouldOptForSize
(const MachineFunction *MF) const {
249
return CurDAG->
shouldOptForSize
();
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
InstructionSelector.h
483
bool
shouldOptForSize
(const MachineFunction *MF) const {
486
(PSI && BFI && CurMBB && llvm::
shouldOptForSize
(*CurMBB, PSI, BFI));
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
Utils.cpp
994
bool llvm::
shouldOptForSize
(const MachineBasicBlock &MBB,
Completed in 43 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026