Searched refs:InstOrdering (Results 1 – 3 of 3) sorted by relevance
114 InstructionOrdering InstOrdering;141 const InstructionOrdering &getInstOrdering() const { return InstOrdering; } in getInstOrdering()
274 InstOrdering.initialize(*MF); in beginFunction()276 DbgValues.trimLocationRanges(*MF, LScopes, InstOrdering); in beginFunction()416 InstOrdering.clear(); in endFunction()
6968 DenseMap<const Instruction *, unsigned long> InstOrdering; in tryToSinkFreeOperands() local6971 InstOrdering[&I] = InstNumber++; in tryToSinkFreeOperands()6978 if (InstOrdering[UI] < InstOrdering[InsertPoint]) in tryToSinkFreeOperands()