Home | History | Annotate | Download | only in JIT

Lines Matching defs:F1

92   Function *F1 = buildFunction(M);
95 void *F1_addr = EE->getPointerToFunction(F1);
97 EE->getPointerToFunction(F1); // Should do nothing.
98 EE->freeMachineCodeForFunction(F1);
105 EXPECT_EQ(F1, Listener.EmittedEvents[0].F);
124 F1->eraseFromParent();
133 Function *F1 = buildFunction(M);
138 void *F1_addr = EE->getPointerToFunction(F1);
144 EE->freeMachineCodeForFunction(F1);
158 EXPECT_EQ(F1, Listener1.EmittedEvents[0].F);
172 EXPECT_EQ(F1, Listener2.EmittedEvents[0].F);
202 F1->eraseFromParent();