Searched refs:successBBGates (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | post_schedule.cpp | 84 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> ¤tBBGates, 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> ¤tBBGates, std::vector<GateRef> &successBBGates, std::vector<GateRef> &failBBGates, std::vector<GateRef> &endBBGates, int64_t flag) LoweringHeapAllocate() argument [all...] |
H A D | post_schedule.h | 60 std::vector<GateRef> &successBBGates, 66 std::vector<GateRef> &successBBGates,
|
Completed in 2 milliseconds