Searched refs:DoNotRelocate (Results 1 – 1 of 1) sorted by relevance
642 SmallPtrSet<Instruction *, 8> DoNotRelocate; in getNotRelocatableInstructions() local658 DoNotRelocate.insert(Current); in getNotRelocatableInstructions()672 DoNotRelocate.count(SI) == 0) { in getNotRelocatableInstructions()674 DoNotRelocate.insert(SI); in getNotRelocatableInstructions()679 if (DoNotRelocate.count(I) == 0) { in getNotRelocatableInstructions()681 DoNotRelocate.insert(I); in getNotRelocatableInstructions()685 return DoNotRelocate; in getNotRelocatableInstructions()