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

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

Completed in 82 milliseconds