Lines Matching refs:TEST
204 class JITTest : public testing::Test {
227 // Regression test for a bug. The JIT used to allocate globals inside the same
229 // the global was left in the same place. This test allocates a function
232 TEST(JIT, GlobalInFunction) {
315 // int test() { return known(7); }
318 GlobalValue::ExternalLinkage, "test", M);
333 // Test a function C which calls A and B which call each other.
388 // Regression test for PR5162. This used to trigger an AssertingVH inside the
564 GlobalValue::ExternalLinkage, "test", M);
696 MemoryBuffer::getMemBuffer(Bitcode, "Bitcode for test");
717 TEST(LazyLoadedJITTest, MaterializableAvailableExternallyFunctionIsntCompiled) {
751 TEST(LazyLoadedJITTest, EagerCompiledRecursionThroughGhost) {