Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/Target/X86/
DX86FrameLowering.cpp626 bool isEAXAlive = isEAXLiveIn(MF); in emitPrologue() local
628 if (isEAXAlive) { in emitPrologue()
649 .addImm(isEAXAlive ? NumBytes - 4 : NumBytes) in emitPrologue()
669 if (isEAXAlive) { in emitPrologue()