Home
last modified time | relevance | path

Searched refs:AdjustControlFlowInfo (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dsuperblock_cloner.h242 void AdjustControlFlowInfo();
373 ART_FRIEND_TEST(SuperblockClonerTest, AdjustControlFlowInfo);
Dsuperblock_cloner.cc531 void SuperblockCloner::AdjustControlFlowInfo() { in AdjustControlFlowInfo() function in art::SuperblockCloner
986 AdjustControlFlowInfo(); in Run()
Dsuperblock_cloner_test.cc229 TEST_F(SuperblockClonerTest, AdjustControlFlowInfo) { in TEST_F() argument