Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDSimplifyCFG.cpp1908 static bool isLifeTimeMarker(const Instruction *I) { in isLifeTimeMarker() function
2014 if (isLifeTimeMarker(I0) && any_of(Insts, [](const Instruction *I) { in canSinkInstructions()