Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
Dgc_intrusion_check.cpp184 return FindDefOrStatepointRecursive(start, def, &blockVisited); in FindDefOrStatepoint()
187 const Instruction *GcIntrusionCheck::FindDefOrStatepointRecursive(const Instruction *start, const I… in FindDefOrStatepointRecursive() function in ark::llvmbackend::passes::GcIntrusionCheck
206 auto result = FindDefOrStatepointRecursive(pred->getTerminator(), def, visited); in FindDefOrStatepointRecursive()
Dgc_intrusion_check.h50 …const llvm::Instruction *FindDefOrStatepointRecursive(const llvm::Instruction *start, const llvm::…