Home
last modified time | relevance | path

Searched refs:DoNotRelocate (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp710 SmallPtrSet<Instruction *, 8> DoNotRelocate; in getNotRelocatableInstructions() local
726 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()