Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DFastISel.h515 bool shouldOptForSize(const MachineFunction *MF) const { in shouldOptForSize() function
H A DSelectionDAGISel.h248 bool shouldOptForSize(const MachineFunction *MF) const { in shouldOptForSize() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelector.h483 bool shouldOptForSize(const MachineFunction *MF) const { in shouldOptForSize() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp994 bool llvm::shouldOptForSize(const MachineBasicBlock &MBB, in shouldOptForSize() function in llvm
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1165 bool SelectionDAG::shouldOptForSize() const { in shouldOptForSize() function in SelectionDAG