Lines Matching refs:InstructionBlock
723 PhiMapValue(PhiInstruction* phi, const InstructionBlock* block, Zone* zone);
726 const InstructionBlock* block() const { return block_; } in block()
741 const InstructionBlock* const block_;
820 PhiMapValue* InitializePhiMap(const InstructionBlock* block,
874 void MeetRegisterConstraints(const InstructionBlock* block);
878 const InstructionBlock* block);
879 void ResolvePhis(const InstructionBlock* block);
893 static BitVector* ComputeLiveOut(const InstructionBlock* block,
914 void AddInitialIntervals(const InstructionBlock* block, BitVector* live_out);
915 void ProcessInstructions(const InstructionBlock* block, BitVector* live);
916 void ProcessPhis(const InstructionBlock* block, BitVector* live);
917 void ProcessLoopHeader(const InstructionBlock* block, BitVector* live);
1165 bool CanEagerlyResolveControlFlow(const InstructionBlock* block) const;
1167 int ResolveControlFlow(const InstructionBlock* block,
1169 const InstructionBlock* pred,