Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonRDFOpt.cpp321 ? BuildOptions::KeepDeadPhis in runOnMachineFunction()
322 : BuildOptions::KeepDeadPhis | BuildOptions::OmitReserved; in runOnMachineFunction()
H A DHexagonOptAddrMode.cpp880 G.build(BuildOptions::KeepDeadPhis); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h339 KeepDeadPhis = 0x01, // Do not remove dead phis during build. enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp981 if (!(BuildCfg.Options & BuildOptions::KeepDeadPhis)) in build()