Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp620 IntrinsicInst *InsBefore; member
2024 assert(APC.InsBefore); in poisonStack()
2031 IRBuilder<> IRB(APC.InsBefore); in poisonStack()
2054 Instruction *InsBefore = AllocaVec[0]; in poisonStack() local
2055 IRBuilder<> IRB(InsBefore); in poisonStack()
2061 auto InsBeforeB = InsBefore->getParent(); in poisonStack()
2063 for (BasicBlock::iterator I(InsBefore); I != InsBeforeB->end(); ++I) in poisonStack()
2066 AI->moveBefore(InsBefore); in poisonStack()
2069 if (LocalEscapeCall) LocalEscapeCall->moveBefore(InsBefore); in poisonStack()
2115 SplitBlockAndInsertIfThen(UseAfterReturnIsEnabled, InsBefore, false); in poisonStack()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp842 IntrinsicInst *InsBefore; member
2814 assert(APC.InsBefore); in processDynamicAllocas()
2819 IRBuilder<> IRB(APC.InsBefore); in processDynamicAllocas()
2844 Instruction *InsBefore = AllocaVec[0]; in processStaticAllocas() local
2845 IRBuilder<> IRB(InsBefore); in processStaticAllocas()
2851 auto InsBeforeB = InsBefore->getParent(); in processStaticAllocas()
2855 AI->moveBefore(InsBefore); in processStaticAllocas()
2858 if (LocalEscapeCall) LocalEscapeCall->moveBefore(InsBefore); in processStaticAllocas()
2887 assert(APC.InsBefore); in processStaticAllocas()
2895 if (const DILocation *LifetimeLoc = APC.InsBefore->getDebugLoc().get()) { in processStaticAllocas()
[all …]