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/llvm/lib/ExecutionEngine/JIT/
JIT.h
192
void
runJITOnFunction
(Function *F, MachineCodeInfo *MCI = nullptr) override;
JIT.cpp
442
///
runJITOnFunction
- Run the FunctionPassManager full of
446
void JIT::
runJITOnFunction
(Function *F, MachineCodeInfo *MCI) {
638
runJITOnFunction
(F);
/external/llvm/unittests/ExecutionEngine/JIT/
JITEventListenerTest.cpp
210
EE->
runJITOnFunction
(F, &MCI);
/external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h
414
virtual void
runJITOnFunction
(Function *, MachineCodeInfo * = nullptr) { }
Completed in 82 milliseconds