Searched refs:ExprToIdx (Results 1 – 8 of 8) sorted by relevance
75 ExprToIdx[&Inst] = NumInstrs++; in preflight()82 ExprToIdx[&Inst] = NumInstrs++; in preflight()118 Next.set(ExprToIdx[&Point]); in computeNext()122 Next.set(ExprToIdx[&Point]); in computeNext()
37 this->ExprToIdx[&Inst] = this->NumInstrs++; in preflight()104 Next.set(this->ExprToIdx[&Point]); in computeNext()120 Next.set(this->ExprToIdx[&Point]); in computeNext()145 Next.set(this->ExprToIdx[&Point]); in computeNext()
42 ExprToIdx[&Inst] = NumInstrs++; in preflight()127 Next.set(ExprToIdx[&Point]); in computeNext()
495 if (!(*SAA.getStateBefore(Inst))[SAA.ExprToIdx[Alloc]]) in collapseRegion()742 UsesByReg[I].set(DA.ExprToIdx[&Inst]); in classifyCSRUses()749 UsesByReg[I].set(DA.ExprToIdx[&Inst]); in classifyCSRUses()1582 (*DA.getStateBefore(*BB->begin()))[DA.ExprToIdx[SavePoint]]; in insertUpdatedCFI()
57 return (*this->getStateAt(B))[this->ExprToIdx[&A]]; in doesAReachesB()76 this->ExprToIdx[&Inst] = this->NumInstrs++; in preflight()130 Next.set(this->ExprToIdx[&Point]); in computeNext()140 Next.set(this->ExprToIdx[&Point]); in computeNext()
36 return ((*this->getStateAt(BB))[this->ExprToIdx[First]]); in isInLoop()56 this->ExprToIdx[&Inst] = this->NumInstrs++; in preflight()78 Next.set(this->ExprToIdx[&Point]); in computeNext()
43 uint64_t DomIdx = this->ExprToIdx[&Dom]; in getDominanceFrontierFor()113 this->ExprToIdx[&Inst] = this->NumInstrs++; in preflight()140 Next.set(this->ExprToIdx[&Point]); in computeNext()
506 std::unordered_map<const MCInst *, uint64_t> ExprToIdx; variable510 auto IdxIter = ExprToIdx.find(&Expr); in count()511 assert(IdxIter != ExprToIdx.end() && "Invalid Expr"); in count()516 auto IdxIter = ExprToIdx.find(&Expr); in count()517 assert(IdxIter != ExprToIdx.end() && "Invalid Expr"); in count()