Home
last modified time | relevance | path

Searched refs:CreateIntfInlineCacheSlotId (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
Dark_gvn.cpp149 auto slotId = arkInterface_->CreateIntfInlineCacheSlotId(callInst->getFunction()); in RunOnBasicBlock()
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_ark_interface.h151 int32_t CreateIntfInlineCacheSlotId(const llvm::Function *caller) const;
Dllvm_ark_interface.cpp119 int32_t LLVMArkInterface::CreateIntfInlineCacheSlotId(const llvm::Function *caller) const in CreateIntfInlineCacheSlotId() function in ark::llvmbackend::LLVMArkInterface