Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86WinEHUnwindV2.cpp111 SmallVector<MachineInstr *> UnwindV2StartLocations; in runOnMachineFunction() local
189 UnwindV2StartLocations.push_back(UnwindV2StartLocation); in runOnMachineFunction()
275 if (UnwindV2StartLocations.empty()) { in runOnMachineFunction()
285 if (ApproximatePrologCodeCount + UnwindV2StartLocations.size() + 1 > in runOnMachineFunction()
304 for (MachineInstr *MI : UnwindV2StartLocations) { in runOnMachineFunction()