Home | History | Annotate | Download | only in JIT

Lines Matching refs:F2

92   Function *F2 = buildFunction(M);
95 void *F2_addr = EE->getPointerToFunction(F2);
98 EE->freeMachineCodeForFunction(F2);
111 EXPECT_EQ(F2, Listener.EmittedEvents[1].F);
124 F2->eraseFromParent();
133 Function *F2 = buildFunction(M);
140 void *F2_addr = EE->getPointerToFunction(F2);
147 EE->freeMachineCodeForFunction(F2);
178 EXPECT_EQ(F2, Listener2.EmittedEvents[1].F);
192 EXPECT_EQ(F2, Listener3.EmittedEvents[0].F);
202 F2->eraseFromParent();