Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dsuperblock_cloner.h241 void AdjustControlFlowInfo();
372 ART_FRIEND_TEST(SuperblockClonerTest, AdjustControlFlowInfo);
Dsuperblock_cloner.cc533 void SuperblockCloner::AdjustControlFlowInfo() { in AdjustControlFlowInfo() function in art::SuperblockCloner
979 AdjustControlFlowInfo(); in Run()
Dsuperblock_cloner_test.cc228 TEST_F(SuperblockClonerTest, AdjustControlFlowInfo) { in TEST_F() argument