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