Searched refs:InstOrdering (Results 1 – 3 of 3) sorted by relevance
117 InstructionOrdering InstOrdering;146 const InstructionOrdering &getInstOrdering() const { return InstOrdering; } in getInstOrdering()
286 InstOrdering.initialize(*MF); in beginFunction()288 DbgValues.trimLocationRanges(*MF, LScopes, InstOrdering); in beginFunction()428 InstOrdering.clear(); in endFunction()
7754 DenseMap<const Instruction *, unsigned long> InstOrdering; in tryToSinkFreeOperands() local7757 InstOrdering[&I] = InstNumber++; in tryToSinkFreeOperands()7764 if (InstOrdering[UI] < InstOrdering[InsertPoint]) in tryToSinkFreeOperands()