Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libllvmbackend/
Dmir_compiler.h33 void InsertBefore(llvm::AnalysisID before, llvm::Pass *pass) in InsertBefore() function
/arkcompiler/runtime_core/libabckit/include/cpp/headers/
Dinstruction_impl.h40 inline Instruction Instruction::InsertBefore(Instruction inst) const in InsertBefore() function
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.cpp43 void Inst::InsertBefore(Inst *inst) in InsertBefore() function in panda::compiler::Inst
Dbasicblock.cpp466 void BasicBlock::InsertBefore(Inst *inst, Inst *before) in InsertBefore() function in panda::compiler::BasicBlock
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_nodes.cpp83 void BlockNode::InsertBefore(const StmtNode *stmtNode1, StmtNode *stmtNode2) in InsertBefore() function in maple::BlockNode
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.cpp202 void Inst::InsertBefore(Inst *inst) in InsertBefore() function in ark::compiler::Inst
Dbasicblock.cpp1102 void BasicBlock::InsertBefore(Inst *inst, Inst *before) in InsertBefore() function in ark::compiler::BasicBlock