HomeSort by relevance Sort by last modified time
    Searched refs:ForCodeSize (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelDAGToDAG.cpp 37 bool ForCodeSize;
42 : SelectionDAGISel(tm, OptLevel), Subtarget(nullptr), ForCodeSize(false) {
50 ForCodeSize =
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 93 bool ForCodeSize;
464 ForCodeSize = DAG.getMachineFunction().getFunction()->optForSize();
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp 42 bool ForCodeSize;
48 ForCodeSize(false) {}
55 ForCodeSize = MF.getFunction()->optForSize();
331 if (ForCodeSize || V.hasOneUse())
    [all...]

Completed in 162 milliseconds