Home
last modified time | relevance | path

Searched defs:poll (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
Dinsert_safepoints.cpp41 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
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp5275 auto poll = llvm::Function::Create(pollFtype, llvm::Function::ExternalLinkage, in ProvideSafepointPoll() local