Searched defs:shouldOptForSize (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | FastISel.h | 520 bool shouldOptForSize(const MachineFunction *MF) const { shouldOptForSize() function |
H A D | SelectionDAGISel.h | 386 bool shouldOptForSize(const MachineFunction *MF) const { shouldOptForSize() function |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ | ||
H A D | GIMatchTableExecutor.h | 600 bool shouldOptForSize(const MachineFunction *MF) const { shouldOptForSize() function |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ | ||
H A D | Utils.cpp | 1500 bool llvm::shouldOptForSize(const MachineBasicBlock &MBB, shouldOptForSize() function in llvm |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | SelectionDAG.cpp | 1352 bool SelectionDAG::shouldOptForSize() const { shouldOptForSize() function in SelectionDAG |