Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dpost_schedule.cpp82 std::vector<GateRef> currentBBGates; in VisitHeapAlloc() local
140 …Schedule::ReplaceBBState(ControlFlowGraph &cfg, size_t bbIdx, std::vector<GateRef> &currentBBGates, in ReplaceBBState()
186 std::vector<GateRef> &currentBBGates, in LoweringHeapAllocAndPrepareScheduleGate()
318 std::vector<GateRef> &currentBBGates, in LoweringHeapAllocate()
362 std::vector<GateRef> currentBBGates; in VisitStore() local
433 …e::LoweringStoreNoBarrierAndPrepareScheduleGate(GateRef gate, std::vector<GateRef> &currentBBGates) in LoweringStoreNoBarrierAndPrepareScheduleGate()
457 …:LoweringStoreWithBarrierAndPrepareScheduleGate(GateRef gate, std::vector<GateRef> &currentBBGates) in LoweringStoreWithBarrierAndPrepareScheduleGate()
493std::vector<GateRef> &currentBBGates, in LoweringStoreUnknownBarrierAndPrepareScheduleGate()