Searched refs:SsaBuilder (Results 1 – 4 of 4) sorted by relevance
24 void SsaBuilder::BuildSsa() { in BuildSsa()60 HInstruction* SsaBuilder::ValueOfLocal(HBasicBlock* block, size_t local) { in ValueOfLocal()64 void SsaBuilder::VisitBasicBlock(HBasicBlock* block) { in VisitBasicBlock()132 void SsaBuilder::VisitLoadLocal(HLoadLocal* load) { in VisitLoadLocal()137 void SsaBuilder::VisitStoreLocal(HStoreLocal* store) { in VisitStoreLocal()142 void SsaBuilder::VisitInstruction(HInstruction* instruction) { in VisitInstruction()
26 class SsaBuilder : public HGraphVisitor {28 explicit SsaBuilder(HGraph* graph) in SsaBuilder() function66 DISALLOW_COPY_AND_ASSIGN(SsaBuilder);
136 SsaBuilder ssa_builder(this); in TransformToSSA()
793 friend class SsaBuilder; variable