Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1548 Instruction *LoopInsertBefore = I; in instrumentMaskedLoadOrStore() local
1554 LoopInsertBefore = SplitBlockAndInsertIfThen(IsEVLZero, I, false); in instrumentMaskedLoadOrStore()
1555 IB.SetInsertPoint(LoopInsertBefore); in instrumentMaskedLoadOrStore()
1570 SplitBlockAndInsertForEachLane(EVL, LoopInsertBefore, in instrumentMaskedLoadOrStore()