Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/src/
H A DIceDefs.h345 IceV_LinearScan = 1 << 7, enumerator
365 IceV_All & ~IceV_LinearScan & ~IceV_GlobalInit & ~IceV_ConstPoolStats
H A DIceRegAlloc.cpp55 if (!Func->isVerbose(IceV_LinearScan)) in dumpDisableOverlap()
102 Verbose(BuildDefs::dump() && Func->isVerbose(IceV_LinearScan)), in LinearScan()
H A DIceClFlags.def369 clEnumValN(Ice::IceV_LinearScan, "regalloc", "Linear scan details"), \