Searched refs:InstOrdering (Results 1 – 3 of 3) sorted by relevance
117 InstructionOrdering InstOrdering;144 const InstructionOrdering &getInstOrdering() const { return InstOrdering; } in getInstOrdering()
273 InstOrdering.initialize(*MF); in beginFunction()275 DbgValues.trimLocationRanges(*MF, LScopes, InstOrdering); in beginFunction()415 InstOrdering.clear(); in endFunction()
7083 DenseMap<const Instruction *, unsigned long> InstOrdering; in tryToSinkFreeOperands() local7086 InstOrdering[&I] = InstNumber++; in tryToSinkFreeOperands()7093 if (InstOrdering[UI] < InstOrdering[InsertPoint]) in tryToSinkFreeOperands()