OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:runJITOnFunction
(Results
1 - 4
of
4
) sorted by null
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JIT.h
193
void
runJITOnFunction
(Function *F, MachineCodeInfo *MCI = 0);
JIT.cpp
587
///
runJITOnFunction
- Run the FunctionPassManager full of
591
void JIT::
runJITOnFunction
(Function *F, MachineCodeInfo *MCI) {
764
runJITOnFunction
(F);
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
JITEventListenerTest.cpp
212
EE->
runJITOnFunction
(F, &MCI);
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
ExecutionEngine.h
304
virtual void
runJITOnFunction
(Function *, MachineCodeInfo * = 0) { }
Completed in 398 milliseconds