Searched refs:DoNotRelocate (Results 1 – 1 of 1) sorted by relevance
710 SmallPtrSet<Instruction *, 8> DoNotRelocate; in getNotRelocatableInstructions() local726 DoNotRelocate.insert(Current); in getNotRelocatableInstructions()740 DoNotRelocate.count(SI) == 0) { in getNotRelocatableInstructions()742 DoNotRelocate.insert(SI); in getNotRelocatableInstructions()747 if (DoNotRelocate.count(I) == 0) { in getNotRelocatableInstructions()749 DoNotRelocate.insert(I); in getNotRelocatableInstructions()753 return DoNotRelocate; in getNotRelocatableInstructions()