Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DStrongPHIElimination.cpp696 CopyInsertPoint = findPHICopyInsertPoint(PredBB, MBB, SrcReg); in InsertCopiesForPHI() local
699 CopyInsertPoint, in InsertCopiesForPHI()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp2741 Instruction *CopyInsertPoint = &F.front().front(); in copyArgsPassedByValToAllocas() local
2742 if (CopyInsertPoint == ASan.LocalDynamicShadow) { in copyArgsPassedByValToAllocas()
2744 CopyInsertPoint = CopyInsertPoint->getNextNode(); in copyArgsPassedByValToAllocas()
2745 assert(CopyInsertPoint); in copyArgsPassedByValToAllocas()
2747 IRBuilder<> IRB(CopyInsertPoint); in copyArgsPassedByValToAllocas()