Home
last modified time | relevance | path

Searched defs:shouldOptForSize (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DFastISel.h522 bool shouldOptForSize(const MachineFunction *MF) const { in shouldOptForSize() function
H A DSelectionDAGISel.h250 bool shouldOptForSize(const MachineFunction *MF) const { in shouldOptForSize() function
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelector.h488 bool shouldOptForSize(const MachineFunction *MF) const { in shouldOptForSize() function
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp1298 bool llvm::shouldOptForSize(const MachineBasicBlock &MBB, in shouldOptForSize() function in llvm
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1264 bool SelectionDAG::shouldOptForSize() const { in shouldOptForSize() function in SelectionDAG