Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86VZeroUpper.cpp79 MachineBasicBlock::iterator FirstUnguardedCall; member
182 BlockStates[MBB.getNumber()].FirstUnguardedCall = MBB.end(); in processBasicBlock()
239 BlockStates[MBB.getNumber()].FirstUnguardedCall = MI; in processBasicBlock()
312 if (BBState.FirstUnguardedCall != MBB.end()) in runOnMachineFunction()
313 insertVZeroUpper(BBState.FirstUnguardedCall, MBB); in runOnMachineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86VZeroUpper.cpp91 MachineBasicBlock::iterator FirstUnguardedCall; member
201 BlockStates[MBB.getNumber()].FirstUnguardedCall = MBB.end(); in processBasicBlock()
262 BlockStates[MBB.getNumber()].FirstUnguardedCall = MI; in processBasicBlock()
337 if (BBState.FirstUnguardedCall != MBB.end()) in runOnMachineFunction()
338 insertVZeroUpper(BBState.FirstUnguardedCall, MBB); in runOnMachineFunction()