Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7888 std::vector<GetElementPtrInst *> UGEPIs; in tryUnmergingGEPsAcrossIndirectBr() local
7920 UGEPIs.push_back(UGEPI); in tryUnmergingGEPsAcrossIndirectBr()
7922 if (UGEPIs.size() == 0) in tryUnmergingGEPsAcrossIndirectBr()
7925 for (GetElementPtrInst *UGEPI : UGEPIs) { in tryUnmergingGEPsAcrossIndirectBr()
7934 for (GetElementPtrInst *UGEPI : UGEPIs) { in tryUnmergingGEPsAcrossIndirectBr()