Searched refs:expr_end (Results 1 – 8 of 8) sorted by relevance
23 for (auto I = Candidates; I != expr_end(); ++I) { in isLoadedInDifferentReg()39 for (auto I = Candidates; I != expr_end(); ++I) { in isStoreUsed()107 for (auto I = expr_begin(Next), E = expr_end(); I != E; ++I) { in computeNext()
152 for (auto I = RI.expr_begin(Return), E = RI.expr_end(); I != E; ++I) { in fixCFGForIC() 263 E = RU.expr_end(); in analyzeFunction()
114 for (auto I = expr_begin(Next), E = expr_end(); I != E; ++I) { in computeNext()
65 const auto ExprEnd = SAE.expr_end(); in removeUnnecessaryLoads()178 I != SRU.expr_end(); ++I) { in removeUnusedStores()
64 for (auto I = this->expr_begin(Next), E = this->expr_end(); I != E; ++I) { in doKill()
42 for (auto I = Candidates; I != this->expr_end(); ++I) { in isReachedBy()118 for (auto I = this->expr_begin(Next), E = this->expr_end(); I != E; ++I) { in computeNext()
97 for (auto I = this->expr_begin(Inst), E = this->expr_end(); I != E; ++I) in doForAllDominators()
493 return expr_end(); in expr_begin()498 ExprIterator expr_end() const { in expr_end() function