Home
last modified time | relevance | path

Searched refs:InsBefore (Results 1 – 1 of 1) 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 …]