Home | History | Annotate | Download | only in compiler

Lines Matching refs:BasicBlock

381   bool CanEagerlyResolveControlFlow(BasicBlock* block) const;
386 BitVector* ComputeLiveOut(BasicBlock* block);
387 void AddInitialIntervals(BasicBlock* block, BitVector* live_out);
390 void ProcessInstructions(BasicBlock* block, BitVector* live);
391 void MeetRegisterConstraints(BasicBlock* block);
394 void MeetRegisterConstraintsForLastInstructionInBlock(BasicBlock* block);
395 void ResolvePhis(BasicBlock* block);
469 void ResolveControlFlow(LiveRange* range, BasicBlock* block,
470 BasicBlock* pred);
479 BasicBlock* GetBlock(LifetimePosition pos);
488 GapInstruction* GetLastGap(BasicBlock* block);