Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86PreTileConfig.cpp97 bool NeedTileCfgLiveIn = false; member
304 Info.NeedTileCfgLiveIn = true; in runOnMachineFunction()
313 if (Info.NeedTileCfgLiveIn) { in runOnMachineFunction()
332 } else if (!Info.NeedTileCfgLiveIn) { in runOnMachineFunction()
333 Info.NeedTileCfgLiveIn = true; in runOnMachineFunction()
397 if (BBVisitedInfo[Succ].NeedTileCfgLiveIn) in runOnMachineFunction()