Searched defs:endBBGates (Results 1 - 1 of 1) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | post_schedule.cpp | 86 std::vector<GateRef> endBBGates; in VisitHeapAlloc() local 147 ReplaceBBState(ControlFlowGraph &cfg, size_t bbIdx, std::vector<GateRef> ¤tBBGates, std::vector<GateRef> &endBBGates) ReplaceBBState() argument 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 373 std::vector<GateRef> endBBGates; VisitStore() local 501 LoweringStoreUnknownBarrierAndPrepareScheduleGate(GateRef gate, std::vector<GateRef> ¤tBBGates, std::vector<GateRef> &barrierBBGates, std::vector<GateRef> &endBBGates) LoweringStoreUnknownBarrierAndPrepareScheduleGate() argument [all...] |
Completed in 2 milliseconds