Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1696 Instruction *LoopInsertBefore = I; in instrumentMaskedLoadOrStore() local
1702 LoopInsertBefore = SplitBlockAndInsertIfThen(IsEVLZero, I, false); in instrumentMaskedLoadOrStore()
1703 IB.SetInsertPoint(LoopInsertBefore); in instrumentMaskedLoadOrStore()
1718 SplitBlockAndInsertForEachLane(EVL, LoopInsertBefore->getIterator(), in instrumentMaskedLoadOrStore()