Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dssa_builder.cc32 void SsaBuilder::FixNullConstantType() { in FixNullConstantType()
65 void SsaBuilder::EquivalentPhisCleanup() { in EquivalentPhisCleanup()
88 void SsaBuilder::FixEnvironmentPhis() { in FixEnvironmentPhis()
238 void SsaBuilder::RunPrimitiveTypePropagation() { in RunPrimitiveTypePropagation()
316 bool SsaBuilder::FixAmbiguousArrayOps() { in FixAmbiguousArrayOps()
421 bool SsaBuilder::HasAliasInEnvironments(HInstruction* instruction) { in HasAliasInEnvironments()
435 bool SsaBuilder::ReplaceUninitializedStringPhis() { in ReplaceUninitializedStringPhis()
453 void SsaBuilder::RemoveRedundantUninitializedStrings() { in RemoveRedundantUninitializedStrings()
515 GraphAnalysisResult SsaBuilder::BuildSsa() { in BuildSsa()
606 HFloatConstant* SsaBuilder::GetFloatEquivalent(HIntConstant* constant) { in GetFloatEquivalent()
[all …]
H A Dssa_builder.h49 class SsaBuilder : public ValueObject {
51 SsaBuilder(HGraph* graph, in SsaBuilder() function
139 DISALLOW_COPY_AND_ASSIGN(SsaBuilder);
H A Dbuilder.cc112 SsaBuilder ssa_builder(graph_, in BuildGraph()
180 SsaBuilder ssa_builder(graph_, in BuildIntrinsicGraph()
H A Dinstruction_builder.h42 class SsaBuilder; variable
53 SsaBuilder* ssa_builder,
309 SsaBuilder* const ssa_builder_;
H A Dnodes.h79 class SsaBuilder; variable
882 friend class SsaBuilder; // For caching constants. variable
2971 friend class SsaBuilder;
2991 friend class SsaBuilder;
3351 friend class SsaBuilder;
3408 friend class SsaBuilder;
H A Dinstruction_builder.cc86 SsaBuilder* ssa_builder, in HInstructionBuilder()
/aosp12/art/test/510-checker-try-catch/smali/
H A DSsaBuilder.smali22 ## CHECK-START: int SsaBuilder.testSimplifyCatchBlock(int, int, int) builder (after)
66 ## CHECK-START: int SsaBuilder.testCatchLoopHeader(int, int, int) builder (after, bad_state)
88 ## CHECK-START: int SsaBuilder.testPhiCreation(int, int, int) builder (after)
131 ## CHECK-START: int SsaBuilder.testPhiElimination_Domination(int, int) builder (after)
172 ## CHECK-START: int SsaBuilder.testPhiElimination_Dependencies(int, int, int) builder (after)
204 ## CHECK-START: int SsaBuilder.testDeadCatchBlock(int, int, int) builder (after)
212 ## CHECK-START: int SsaBuilder.testDeadCatchBlock(int, int, int) builder (after)
/aosp12/art/test/552-checker-primitive-typeprop/smali/
H A DSsaBuilder.smali21 # instruction use. SsaBuilder must substitute the int variant before removing it,
25 ## CHECK-START: int SsaBuilder.environmentPhi(boolean, int[]) builder (after)
/aosp12/art/test/550-checker-regression-wide-store/
H A Dinfo.txt1 Test an SsaBuilder regression where storing into the high vreg of a pair