Home
last modified time | relevance | path

Searched refs:isShrinkWrapEnabled (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
DShrinkWrap.cpp184 static bool isShrinkWrapEnabled(const MachineFunction &MF);
424 if (MF.empty() || !isShrinkWrapEnabled(MF)) in runOnMachineFunction()
531 bool ShrinkWrap::isShrinkWrapEnabled(const MachineFunction &MF) { in isShrinkWrapEnabled() function in ShrinkWrap
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DShrinkWrap.cpp215 static bool isShrinkWrapEnabled(const MachineFunction &MF);
456 if (skipFunction(MF.getFunction()) || MF.empty() || !isShrinkWrapEnabled(MF)) in runOnMachineFunction()
584 bool ShrinkWrap::isShrinkWrapEnabled(const MachineFunction &MF) { in isShrinkWrapEnabled() function in ShrinkWrap