Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCSE.cpp509 bool HasPHI = false; in isProfitableToCSE() local
511 HasPHI |= UseMI.isPHI(); in isProfitableToCSE()
516 return !HasPHI; in isProfitableToCSE()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp379 bool HasPHI = false; in computeFunctionProperties() local
385 HasPHI = true; in computeFunctionProperties()
401 if (!HasPHI) in computeFunctionProperties()