HomeSort by relevance Sort by last modified time
    Searched refs:KeepDeadPhis (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Target/Hexagon/
HexagonRDFOpt.cpp 295 G.build(BuildOptions::KeepDeadPhis);
RDFGraph.h 290 KeepDeadPhis = 0x01, // Do not remove dead phis during build.
RDFGraph.cpp 975 if (!(Options & BuildOptions::KeepDeadPhis))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonRDFOpt.cpp 307 G.build(BuildOptions::KeepDeadPhis);
HexagonOptAddrMode.cpp 789 G.build(BuildOptions::KeepDeadPhis);
RDFGraph.h 331 KeepDeadPhis = 0x01, // Do not remove dead phis during build.
    [all...]
RDFGraph.cpp 979 if (!(Options & BuildOptions::KeepDeadPhis))
    [all...]

Completed in 111 milliseconds