Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJIT.cpp622 while (!jitstate->getPendingFunctions(locked).empty()) { in runJITOnFunctionUnlocked()
623 Function *PF = jitstate->getPendingFunctions(locked).back(); in runJITOnFunctionUnlocked()
624 jitstate->getPendingFunctions(locked).pop_back(); in runJITOnFunctionUnlocked()
817 jitstate->getPendingFunctions(locked).push_back(F); in addPendingFunction()
DJIT.h47 std::vector<AssertingVH<Function> > &getPendingFunctions(const MutexGuard &L){ in getPendingFunctions() function