Searched defs:InsertBefore (Results 1 - 5 of 5) sorted by relevance
| /arkcompiler/runtime_core/static_core/libllvmbackend/ | ||
| H A D | mir_compiler.h | 33 void InsertBefore(llvm::AnalysisID before, llvm::Pass *pass) in InsertBefore() function in ark::llvmbackend::InsertingPassManager |
| /arkcompiler/runtime_core/compiler/optimizer/ir/ | ||
| H A D | inst.cpp | 43 void Inst::InsertBefore(Inst *inst) in InsertBefore() function in panda::compiler::Inst |
| H A D | basicblock.cpp | 466 void BasicBlock::InsertBefore(Inst *inst, Inst *before) in InsertBefore() function in panda::compiler::BasicBlock |
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ | ||
| H A D | mir_nodes.cpp | 90 void BlockNode::InsertBefore(const StmtNode *stmtNode1, StmtNode *stmtNode2) in InsertBefore() function in maple::BlockNode |
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ | ||
| H A D | inst.cpp | 202 void Inst::InsertBefore(Inst *inst) in InsertBefore() function in ark::compiler::Inst |
Completed in 5 milliseconds