Searched refs:InstOrdering (Results 1 – 3 of 3) sorted by relevance
117 InstructionOrdering InstOrdering;144 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()
7245 DenseMap<const Instruction *, unsigned long> InstOrdering; in tryToSinkFreeOperands() local7248 InstOrdering[&I] = InstNumber++; in tryToSinkFreeOperands()7255 if (InstOrdering[UI] < InstOrdering[InsertPoint]) in tryToSinkFreeOperands()