Lines Matching refs:InstructionBlock
722 PhiMapValue(PhiInstruction* phi, const InstructionBlock* block, Zone* zone);
725 const InstructionBlock* block() const { return block_; } in block()
740 const InstructionBlock* const block_;
825 PhiMapValue* InitializePhiMap(const InstructionBlock* block,
880 void MeetRegisterConstraints(const InstructionBlock* block);
884 const InstructionBlock* block);
885 void ResolvePhis(const InstructionBlock* block);
899 static BitVector* ComputeLiveOut(const InstructionBlock* block,
920 void AddInitialIntervals(const InstructionBlock* block, BitVector* live_out);
921 void ProcessInstructions(const InstructionBlock* block, BitVector* live);
922 void ProcessPhis(const InstructionBlock* block, BitVector* live);
923 void ProcessLoopHeader(const InstructionBlock* block, BitVector* live);
1184 bool CanEagerlyResolveControlFlow(const InstructionBlock* block) const;
1186 int ResolveControlFlow(const InstructionBlock* block,
1188 const InstructionBlock* pred,