Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dpost_schedule.cpp95 std::vector<GateRef> currentBBGates; in VisitHeapAlloc() local
126 std::vector<GateRef> currentBBGates; in VisitHeapAllocForCMCGC() local
193 …Schedule::ReplaceBBState(ControlFlowGraph &cfg, size_t bbIdx, std::vector<GateRef> &currentBBGates, in ReplaceBBState()
239 std::vector<GateRef> &currentBBGates, in LoweringHeapAllocAndPrepareScheduleGate()
380std::vector<GateRef> &currentBBGates, in LoweringHeapAllocAndPrepareScheduleGateForCMCGC()
513 std::vector<GateRef> &currentBBGates, in LoweringHeapAllocate()
567 std::vector<GateRef> currentBBGates; in VisitStore() local
654 …e::LoweringStoreNoBarrierAndPrepareScheduleGate(GateRef gate, std::vector<GateRef> &currentBBGates) in LoweringStoreNoBarrierAndPrepareScheduleGate()
678 …:LoweringStoreWithBarrierAndPrepareScheduleGate(GateRef gate, std::vector<GateRef> &currentBBGates) in LoweringStoreWithBarrierAndPrepareScheduleGate()
713 …:LoweringStoreWithBarrierAndPrepareScheduleGate(GateRef gate, std::vector<GateRef> &currentBBGates) in LoweringStoreWithBarrierAndPrepareScheduleGate()
[all …]