Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FlagsCopyLowering.cpp345 EFLAGSClobber ClobberType = getClobberType(MI); in runOnMachineFunction() local
346 if (ClobberType == NoClobber) in runOnMachineFunction()
349 if (ClobberType == InevitableClobber) in runOnMachineFunction()
352 assert(ClobberType == EvitableClobber && "unexpected workflow"); in runOnMachineFunction()