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.cpp1629 Instruction *LoopInsertBefore = I; in instrumentMaskedLoadOrStore() local
1635 LoopInsertBefore = SplitBlockAndInsertIfThen(IsEVLZero, I, false); in instrumentMaskedLoadOrStore()
1636 IB.SetInsertPoint(LoopInsertBefore); in instrumentMaskedLoadOrStore()
1651 SplitBlockAndInsertForEachLane(EVL, LoopInsertBefore, in instrumentMaskedLoadOrStore()