Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonCommonGEP.cpp79 class HexagonCommonGEP : public FunctionPass { class
82 HexagonCommonGEP() : FunctionPass(ID) { in HexagonCommonGEP() function in __anon5d50558f0111::HexagonCommonGEP
146 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 …]
DCMakeLists.txt23 HexagonCommonGEP.cpp