Lines Matching refs:InstructionBlock
734 PhiMapValue(PhiInstruction* phi, const InstructionBlock* block, Zone* zone);
737 const InstructionBlock* block() const { return block_; } in block()
752 const InstructionBlock* const block_;
837 PhiMapValue* InitializePhiMap(const InstructionBlock* block,
892 void MeetRegisterConstraints(const InstructionBlock* block);
896 const InstructionBlock* block);
897 void ResolvePhis(const InstructionBlock* block);
911 static BitVector* ComputeLiveOut(const InstructionBlock* block,
932 void AddInitialIntervals(const InstructionBlock* block, BitVector* live_out);
933 void ProcessInstructions(const InstructionBlock* block, BitVector* live);
934 void ProcessPhis(const InstructionBlock* block, BitVector* live);
935 void ProcessLoopHeader(const InstructionBlock* block, BitVector* live);
1195 bool CanEagerlyResolveControlFlow(const InstructionBlock* block) const;
1197 int ResolveControlFlow(const InstructionBlock* block,
1199 const InstructionBlock* pred,