Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp4327 bool ShouldUpdateCC = false; in optimizeCompareInstr() local
4382 ShouldUpdateCC = true; in optimizeCompareInstr()
4487 if (ShouldUpdateCC) in optimizeCompareInstr()
4505 ShouldUpdateCC = true; in optimizeCompareInstr()
4554 ShouldUpdateCC = true; in optimizeCompareInstr()
4557 if (ShouldUpdateCC && ReplacementCC != OldCC) { in optimizeCompareInstr()
4572 if ((MI != nullptr || ShouldUpdateCC) && FlagsMayLiveOut) { in optimizeCompareInstr()