Searched defs:poll (Results 1 – 2 of 2) sorted by relevance
41 static void InsertInlinedPoll(Function *poll, Instruction *point, bool afterPoint = false) in InsertInlinedPoll()57 static bool InsertSafepointOnEntry(Function &func, Function *poll) in InsertSafepointOnEntry()80 static bool InsertSafepointAfterIntrinsics(Function &func, Function *poll) in InsertSafepointAfterIntrinsics()123 …auto poll = function.getParent()->getFunction(ark::llvmbackend::LLVMArkInterface::GC_SAFEPOINT_POL… in run() local
5275 auto poll = llvm::Function::Create(pollFtype, llvm::Function::ExternalLinkage, in ProvideSafepointPoll() local