Searched refs:HexagonCommonGEP (Results 1 – 2 of 2) sorted by relevance
79 class HexagonCommonGEP : public FunctionPass { class82 HexagonCommonGEP() : FunctionPass(ID) { in HexagonCommonGEP() function in __anon5d50558f0111::HexagonCommonGEP146 char HexagonCommonGEP::ID = 0;147 INITIALIZE_PASS_BEGIN(HexagonCommonGEP, "hcommgep", "Hexagon Common GEP",152 INITIALIZE_PASS_END(HexagonCommonGEP, "hcommgep", "Hexagon Common GEP",296 void HexagonCommonGEP::getBlockTraversalOrder(BasicBlock *Root, in getBlockTraversalOrder()311 bool HexagonCommonGEP::isHandledGepForm(GetElementPtrInst *GepI) { in isHandledGepForm()322 void HexagonCommonGEP::processGepInst(GetElementPtrInst *GepI, in processGepInst()388 void HexagonCommonGEP::collect() { in collect()512 void HexagonCommonGEP::common() { in common()[all …]
23 HexagonCommonGEP.cpp