HomeSort by: relevance | last modified time | path
    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