Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86WinAllocaExpander.cpp114 static bool isPushPop(const MachineInstr &MI) { in isPushPop() function
176 } else if (MI.isCall() || isPushPop(MI)) { in computeLowerings()