Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86PreTileConfig.cpp292 SmallSet<MIRef, 8> CfgNeedInsert; in runOnMachineFunction() local
302 CfgNeedInsert.insert(Info.LastCall); in runOnMachineFunction()
315 CfgNeedInsert.insert(MIRef(&MBB)); in runOnMachineFunction()
331 CfgNeedInsert.insert(Info.LastCall); in runOnMachineFunction()
335 CfgNeedInsert.insert(MIRef(Pred)); in runOnMachineFunction()
343 if (CfgNeedInsert.empty()) in runOnMachineFunction()
382 for (const auto &I : CfgNeedInsert) { in runOnMachineFunction()