Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/irtoc/backend/compiler/
Ddangling_pointers_checker.cpp266 void DanglingPointersChecker::GetLastAccDefinition(CallInst *runtimeCallInst) in GetLastAccDefinition()
451 bool DanglingPointersChecker::CheckStoreAcc(CallInst *runtimeCallInst) in CheckStoreAcc()
471 bool DanglingPointersChecker::CheckStoreAccTag(CallInst *runtimeCallInst) in CheckStoreAccTag()
513 bool DanglingPointersChecker::CheckAccUsers(CallInst *runtimeCallInst) in CheckAccUsers()
523 bool DanglingPointersChecker::CheckObjectsUsers(CallInst *runtimeCallInst) in CheckObjectsUsers()
535 bool DanglingPointersChecker::CheckUsers(CallInst *runtimeCallInst) in CheckUsers()
587 for (auto runtimeCallInst : runtimeCalls) { in CheckAccSyncCallRuntime() local