Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dpost_schedule.cpp83 std::vector<GateRef> currentBBGates; in VisitHeapAlloc() local
88 LoweringHeapAllocate(gate, currentBBGates, successBBGates, failBBGates, endBBGates, flag); in VisitHeapAlloc()
89 ReplaceGateDirectly(currentBBGates, cfg, bbIdx, instIdx); in VisitHeapAlloc()
92 LoweringHeapAllocAndPrepareScheduleGate(gate, currentBBGates, successBBGates, failBBGates, endBBGates, flag); in VisitHeapAlloc()
95 ReplaceGateDirectly(currentBBGates, cfg, bbIdx, instIdx); in VisitHeapAlloc()
98 ReplaceBBState(cfg, bbIdx, currentBBGates, endBBGates); in VisitHeapAlloc()
102 ScheduleCurrentBB(currentBBGates, cfg, bbIdx, instIdx); in VisitHeapAlloc()
147 void PostSchedule::ReplaceBBState(ControlFlowGraph &cfg, size_t bbIdx, std::vector<GateRef> &currentBBGates, in ReplaceBBState() argument
150 GateRef floatBranch = currentBBGates[0]; in ReplaceBBState()
181 currentBBGates in ReplaceBBState()
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
371 std::vector<GateRef> currentBBGates; VisitStore() local
442 LoweringStoreNoBarrierAndPrepareScheduleGate(GateRef gate, std::vector<GateRef> &currentBBGates) LoweringStoreNoBarrierAndPrepareScheduleGate() argument
466 LoweringStoreWithBarrierAndPrepareScheduleGate(GateRef gate, std::vector<GateRef> &currentBBGates) LoweringStoreWithBarrierAndPrepareScheduleGate() argument
501 LoweringStoreUnknownBarrierAndPrepareScheduleGate(GateRef gate, std::vector<GateRef> &currentBBGates, std::vector<GateRef> &barrierBBGates, std::vector<GateRef> &endBBGates) LoweringStoreUnknownBarrierAndPrepareScheduleGate() argument
[all...]
H A Dpost_schedule.h59 std::vector<GateRef> &currentBBGates,
65 std::vector<GateRef> &currentBBGates,
71 void LoweringStoreNoBarrierAndPrepareScheduleGate(GateRef gate, std::vector<GateRef> &currentBBGates);
72 void LoweringStoreWithBarrierAndPrepareScheduleGate(GateRef gate, std::vector<GateRef> &currentBBGates);
74 std::vector<GateRef> &currentBBGates,
80 void ReplaceBBState(ControlFlowGraph &cfg, size_t bbIdx, std::vector<GateRef> &currentBBGates,

Completed in 2 milliseconds