Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp1627 auto [BodyIP, Index] = in SplitBlockAndInsertForEachLane()
1630 IRB.SetInsertPoint(BodyIP); in SplitBlockAndInsertForEachLane()
1650 auto [BodyIP, Index] = SplitBlockAndInsertSimpleForLoop(EVL, InsertBefore); in SplitBlockAndInsertForEachLane()
1651 IRB.SetInsertPoint(BodyIP); in SplitBlockAndInsertForEachLane()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp4431 [&](InsertPointTy BodyIP, Value *Counter) { in applyStaticChunkedWorkshareLoop() argument