Home
last modified time | relevance | path

Searched refs:endBBGates (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dpost_schedule.cpp86 std::vector<GateRef> endBBGates; in VisitHeapAlloc() local
88 LoweringHeapAllocate(gate, currentBBGates, successBBGates, failBBGates, endBBGates, flag); in VisitHeapAlloc()
92 LoweringHeapAllocAndPrepareScheduleGate(gate, currentBBGates, successBBGates, failBBGates, endBBGates, flag); in VisitHeapAlloc()
98 ReplaceBBState(cfg, bbIdx, currentBBGates, endBBGates); in VisitHeapAlloc()
99 ScheduleEndBB(endBBGates, cfg, bbIdx, instIdx); in VisitHeapAlloc()
148 std::vector<GateRef> &endBBGates) in ReplaceBBState()
152 GateRef endBBState = endBBGates[0]; in ReplaceBBState()
196 std::vector<GateRef> &endBBGates, in LoweringHeapAllocAndPrepareScheduleGate()
200 LoweringHeapAllocate(gate, currentBBGates, successBBGates, failBBGates, endBBGates, flag); in LoweringHeapAllocAndPrepareScheduleGate()
317 PrepareToScheduleNewGate(merge, endBBGates); in LoweringHeapAllocAndPrepareScheduleGate()
147 ReplaceBBState(ControlFlowGraph &cfg, size_t bbIdx, std::vector<GateRef> &currentBBGates, std::vector<GateRef> &endBBGates) ReplaceBBState() argument
192 LoweringHeapAllocAndPrepareScheduleGate(GateRef gate, std::vector<GateRef> &currentBBGates, std::vector<GateRef> &successBBGates, std::vector<GateRef> &failBBGates, std::vector<GateRef> &endBBGates, [[maybe_unused]] int64_t flag) LoweringHeapAllocAndPrepareScheduleGate() argument
324 LoweringHeapAllocate(GateRef gate, std::vector<GateRef> &currentBBGates, std::vector<GateRef> &successBBGates, std::vector<GateRef> &failBBGates, std::vector<GateRef> &endBBGates, int64_t flag) LoweringHeapAllocate() argument
373 std::vector<GateRef> endBBGates; VisitStore() local
501 LoweringStoreUnknownBarrierAndPrepareScheduleGate(GateRef gate, std::vector<GateRef> &currentBBGates, std::vector<GateRef> &barrierBBGates, std::vector<GateRef> &endBBGates) LoweringStoreUnknownBarrierAndPrepareScheduleGate() argument
[all...]
H A Dpost_schedule.h62 std::vector<GateRef> &endBBGates,
68 std::vector<GateRef> &endBBGates,
76 std::vector<GateRef> &endBBGates);
81 std::vector<GateRef> &endBBGates);

Completed in 3 milliseconds