Searched defs:fibF (Results 1 - 2 of 2) sorted by relevance

/external/llvm/examples/ParallelJIT/
H A DParallelJIT.cpp267 Function* fibF = CreateFibFunction( M ); local
277 struct threadParams fib1 = { EE, fibF, 39 };
278 struct threadParams fib2 = { EE, fibF, 42 };
/external/swiftshader/third_party/LLVM/examples/ParallelJIT/
H A DParallelJIT.cpp245 Function* fibF = CreateFibFunction( M ); local
255 struct threadParams fib1 = { EE, fibF, 39 };
256 struct threadParams fib2 = { EE, fibF, 42 };

Completed in 100 milliseconds