Searched refs:InstOrdering (Results 1 – 3 of 3) sorted by relevance
121 InstructionOrdering InstOrdering;152 const InstructionOrdering &getInstOrdering() const { return InstOrdering; } in getInstOrdering()
282 InstOrdering.initialize(*MF); in beginFunction()284 DbgValues.trimLocationRanges(*MF, LScopes, InstOrdering); in beginFunction()424 InstOrdering.clear(); in endFunction()
7359 DenseMap<const Instruction *, unsigned long> InstOrdering; in tryToSinkFreeOperands() local7362 InstOrdering[&I] = InstNumber++; in tryToSinkFreeOperands()7369 if (InstOrdering[UI] < InstOrdering[InsertPoint]) in tryToSinkFreeOperands()