Home
last modified time | relevance | path

Searched defs:InsertBefore (Results 1 – 6 of 6) 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/compiler/optimizer/ir/
Dinst.cpp44 void Inst::InsertBefore(Inst *inst) in InsertBefore() function in panda::compiler::Inst
Dbasicblock.cpp467 void BasicBlock::InsertBefore(Inst *inst, Inst *before) in InsertBefore() function in panda::compiler::BasicBlock
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dbasicblock.cpp665 void BasicBlock::InsertBefore(Inst *inst, Inst *before) in InsertBefore() function in panda::compiler::BasicBlock
Dinst.cpp48 void Inst::InsertBefore(Inst *inst) in InsertBefore() function in panda::compiler::Inst
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_nodes.cpp250 void BlockNode::InsertBefore(const StmtNode *stmtNode1, StmtNode *stmtNode2) in InsertBefore() function in maple::BlockNode