Home
last modified time | relevance | path

Searched refs:InsertAtBeginning (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_args.cpp85 aarFunc->GetFirstBB()->InsertAtBeginning(*aarFunc->GetDummyBB()); in MoveRegisterArgs()
226 aarFunc->GetFirstBB()->InsertAtBeginning(*aarFunc->GetDummyBB()); in MoveVRegisterArgs()
H A Daarch64_proepilog.cpp619 bb.InsertAtBeginning(*aarchCGFunc.GetDummyBB()); in GenerateProlog()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_args.cpp177 x64CGFunc->GetFirstBB()->InsertAtBeginning(*x64CGFunc->GetDummyBB()); in MoveRegisterArgs()
297 x64CGFunc->GetFirstBB()->InsertAtBeginning(*x64CGFunc->GetDummyBB()); in MoveVRegisterArgs()
H A Dx64_proepilog.cpp117 bb.InsertAtBeginning(*x64CGFunc.GetDummyBB()); in GenerateProlog()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dcfgo.cpp384 tgtBB->InsertAtBeginning(*ftBB); in Optimize()
522 succBB->InsertAtBeginning(curBB); in Optimize()
H A Dcgbb.cpp145 void BB::InsertAtBeginning(BB &bb) in InsertAtBeginning() function in maplebe::BB
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dcgbb.h215 void InsertAtBeginning(BB &bb);

Completed in 8 milliseconds