Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp300 Instruction *FirstInsertionPt = &*BB->getFirstInsertionPt(); in closeControlFlow() local
301 if (!isa<UndefValue>(Exec) && !isa<UnreachableInst>(FirstInsertionPt)) in closeControlFlow()
302 CallInst::Create(EndCf, Exec, "", FirstInsertionPt); in closeControlFlow()