Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp309 Instruction *FirstInsertionPt = &*BB->getFirstInsertionPt(); in closeControlFlow() local
310 if (!isa<UndefValue>(Exec) && !isa<UnreachableInst>(FirstInsertionPt)) { in closeControlFlow()
315 FirstInsertionPt = &*SplitEdge(DefBB, BB, DT, LI)->getFirstInsertionPt(); in closeControlFlow()
317 CallInst::Create(EndCf, Exec, "", FirstInsertionPt); in closeControlFlow()