Searched refs:HexagonConstPropagation (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp1 //===- HexagonConstPropagation.cpp ----------------------------------------===//
1892 class HexagonConstPropagation : public MachineFunctionPass { class in namespace:__anon2236
1896 HexagonConstPropagation() : MachineFunctionPass(ID) {} function in class:__anon2236::HexagonConstPropagation
1914 char HexagonConstPropagation::ID = 0;
1916 INITIALIZE_PASS(HexagonConstPropagation, "hexagon-constp",
3185 return new HexagonConstPropagation();

Completed in 83 milliseconds