Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp415 auto ComputedPropertyHelper = in computeFunctionProperties() local
428 if (ComputedPropertyHelper(YamlMF.NoPHIs, !HasPHI, in computeFunctionProperties()
439 if (ComputedPropertyHelper(YamlMF.IsSSA, isSSA(MF), in computeFunctionProperties()
446 if (ComputedPropertyHelper(YamlMF.NoVRegs, MRI.getNumVirtRegs() == 0, in computeFunctionProperties()