H A D | post_schedule.cpp | 83 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> ¤tBBGates, in ReplaceBBState() argument 150 GateRef floatBranch = currentBBGates[0]; in ReplaceBBState() 181 currentBBGates in ReplaceBBState() 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 371 std::vector<GateRef> currentBBGates; VisitStore() local 442 LoweringStoreNoBarrierAndPrepareScheduleGate(GateRef gate, std::vector<GateRef> ¤tBBGates) LoweringStoreNoBarrierAndPrepareScheduleGate() argument 466 LoweringStoreWithBarrierAndPrepareScheduleGate(GateRef gate, std::vector<GateRef> ¤tBBGates) LoweringStoreWithBarrierAndPrepareScheduleGate() argument 501 LoweringStoreUnknownBarrierAndPrepareScheduleGate(GateRef gate, std::vector<GateRef> ¤tBBGates, std::vector<GateRef> &barrierBBGates, std::vector<GateRef> &endBBGates) LoweringStoreUnknownBarrierAndPrepareScheduleGate() argument [all...] |