Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
Dprune_deopt.h50 …EncodedDeoptBundle EncodeDeoptBundle(llvm::CallInst *call, const llvm::OperandBundleUse &bundle) c…
Dprune_deopt.cpp85 OperandBundleDef encodedBundle {"deopt", EncodeDeoptBundle(call, bundle)}; in GetUpdatedCallInst()
123 PruneDeopt::EncodedDeoptBundle PruneDeopt::EncodeDeoptBundle(CallInst *call, const OperandBundleUse… in EncodeDeoptBundle() function in ark::llvmbackend::passes::PruneDeopt