Lines Matching refs:successBBGates
84 std::vector<GateRef> successBBGates;
88 LoweringHeapAllocate(gate, currentBBGates, successBBGates, failBBGates, endBBGates, flag);
92 LoweringHeapAllocAndPrepareScheduleGate(gate, currentBBGates, successBBGates, failBBGates, endBBGates, flag);
100 ScheduleNewBB(successBBGates, cfg, bbIdx);
194 std::vector<GateRef> &successBBGates,
200 LoweringHeapAllocate(gate, currentBBGates, successBBGates, failBBGates, endBBGates, flag);
268 PrepareToScheduleNewGate(ordinaryBlock, successBBGates);
269 PrepareToScheduleNewGate(store, successBBGates);
270 PrepareToScheduleNewGate(addr, successBBGates);
271 PrepareToScheduleNewGate(ifFalse, successBBGates);
326 std::vector<GateRef> &successBBGates,
332 (void)successBBGates;