Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2328 PHINode *PhiDest = in shuffleAndStore() local
2330 PhiDest->addIncoming(ElemPtr, CurrentBB); in shuffleAndStore()
2332 ElemPtr = PhiDest; in shuffleAndStore()
2352 PhiDest->addIncoming(LocalElemPtr, ThenBB); in shuffleAndStore()