Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp1802 auto InsertClobbersAt = [&](Instruction *IP) { in relocationViaAlloca() local
1815 InsertClobbersAt(&*II->getNormalDest()->getFirstInsertionPt()); in relocationViaAlloca()
1816 InsertClobbersAt(&*II->getUnwindDest()->getFirstInsertionPt()); in relocationViaAlloca()
1818 InsertClobbersAt(cast<Instruction>(Statepoint)->getNextNode()); in relocationViaAlloca()