H A D | post_schedule.cpp | 86 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> ¤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...] |