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

/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp437 /// retryWithMoreMemory - Log a retry and deallocate all memory for the
440 void retryWithMoreMemory(MachineFunction &F);
817 retryWithMoreMemory(F);
906 retryWithMoreMemory(F);
1007 void JITEmitter::retryWithMoreMemory(MachineFunction &F) { function in class:JITEmitter

Completed in 75 milliseconds