Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1839 static bool isLifeTimeMarker(const Instruction *I) { in isLifeTimeMarker() function
1945 if (isLifeTimeMarker(I0) && any_of(Insts, [](const Instruction *I) { in canSinkInstructions()