Home
last modified time | relevance | path

Searched refs:isGVCompilationDisabled (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h405 bool isGVCompilationDisabled() const { in isGVCompilationDisabled() function
/external/llvm/lib/ExecutionEngine/JIT/
DJIT.cpp810 if (isGVCompilationDisabled() && !GV->isConstant()) { in getMemoryForGV()