Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dpost_schedule.cpp84 std::vector<GateRef> successBBGates; in VisitHeapAlloc() local
88 LoweringHeapAllocate(gate, currentBBGates, successBBGates, failBBGates, endBBGates, flag); in VisitHeapAlloc()
92 LoweringHeapAllocAndPrepareScheduleGate(gate, currentBBGates, successBBGates, failBBGates, endBBGates, flag); in VisitHeapAlloc()
100 ScheduleNewBB(successBBGates, cfg, bbIdx); in VisitHeapAlloc()
194 std::vector<GateRef> &successBBGates, in LoweringHeapAllocAndPrepareScheduleGate()
200 LoweringHeapAllocate(gate, currentBBGates, successBBGates, failBBGates, endBBGates, flag); in LoweringHeapAllocAndPrepareScheduleGate()
268 PrepareToScheduleNewGate(ordinaryBlock, successBBGates); in LoweringHeapAllocAndPrepareScheduleGate()
269 PrepareToScheduleNewGate(store, successBBGates); in LoweringHeapAllocAndPrepareScheduleGate()
270 PrepareToScheduleNewGate(addr, successBBGates); in LoweringHeapAllocAndPrepareScheduleGate()
271 PrepareToScheduleNewGate(ifFalse, successBBGates); in LoweringHeapAllocAndPrepareScheduleGate()
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
[all...]
H A Dpost_schedule.h60 std::vector<GateRef> &successBBGates,
66 std::vector<GateRef> &successBBGates,

Completed in 2 milliseconds