Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp642 SmallPtrSet<Instruction *, 8> DoNotRelocate; in getNotRelocatableInstructions() local
658 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()