Searched refs:SsaBuilder (Results 1 – 8 of 8) sorted by relevance
/art/compiler/optimizing/ |
D | ssa_builder.cc | 32 void SsaBuilder::FixNullConstantType() { in FixNullConstantType() 65 void SsaBuilder::EquivalentPhisCleanup() { in EquivalentPhisCleanup() 88 void SsaBuilder::FixEnvironmentPhis() { in FixEnvironmentPhis() 173 bool SsaBuilder::TypeInputsOfPhi(HPhi* phi, ScopedArenaVector<HPhi*>* worklist) { in TypeInputsOfPhi() 219 bool SsaBuilder::UpdatePrimitiveType(HPhi* phi, ScopedArenaVector<HPhi*>* worklist) { in UpdatePrimitiveType() 238 void SsaBuilder::RunPrimitiveTypePropagation() { in RunPrimitiveTypePropagation() 268 void SsaBuilder::ProcessPrimitiveTypePropagationWorklist(ScopedArenaVector<HPhi*>* worklist) { in ProcessPrimitiveTypePropagationWorklist() 316 bool SsaBuilder::FixAmbiguousArrayOps() { in FixAmbiguousArrayOps() 421 bool SsaBuilder::HasAliasInEnvironments(HInstruction* instruction) { in HasAliasInEnvironments() 435 bool SsaBuilder::ReplaceUninitializedStringPhis() { in ReplaceUninitializedStringPhis() [all …]
|
D | ssa_builder.h | 49 class SsaBuilder : public ValueObject { 51 SsaBuilder(HGraph* graph, in SsaBuilder() function 143 DISALLOW_COPY_AND_ASSIGN(SsaBuilder);
|
D | builder.cc | 119 SsaBuilder ssa_builder(graph_, in BuildGraph() 190 SsaBuilder ssa_builder(graph_, in BuildIntrinsicGraph()
|
D | instruction_builder.h | 43 class SsaBuilder; variable 55 SsaBuilder* ssa_builder, 306 SsaBuilder* const ssa_builder_;
|
D | instruction_builder.cc | 46 SsaBuilder* ssa_builder, in HInstructionBuilder()
|
/art/test/510-checker-try-catch/smali/ |
D | SsaBuilder.smali | 22 ## 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)
|
/art/test/550-checker-regression-wide-store/ |
D | info.txt | 1 Test an SsaBuilder regression where storing into the high vreg of a pair
|
/art/test/552-checker-primitive-typeprop/smali/ |
D | SsaBuilder.smali | 21 # instruction use. SsaBuilder must substitute the int variant before removing it, 25 ## CHECK-START: int SsaBuilder.environmentPhi(boolean, int[]) builder (after)
|