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

/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp475 IntrinsicInst *InsBefore; member in struct:__anon26249::FunctionStackPoisoner::AllocaPoisonCall
1580 Instruction *InsBefore = AllocaVec[0]; local
1581 IRBuilder<> IRB(InsBefore);
1604 new AllocaInst(ByteArrayTy, "MyAlloca", InsBefore);
1623 Instruction *Term = SplitBlockAndInsertIfThen(Cmp, InsBefore, false);
1631 IRB.SetInsertPoint(InsBefore);
1642 assert(APC.InsBefore);
1644 IRBuilder<> IRB(APC.InsBefore);

Completed in 268 milliseconds