HomeSort by: relevance | last modified time | path
    Searched defs:doesNotReturn (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Function.h 597 bool doesNotReturn() const {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 1762 bool doesNotReturn = none_of(*newFunction, [](const BasicBlock &BB) {
1766 if (doesNotReturn)
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp 1721 if (doesNotReturn(MI))
3011 bool HexagonInstrInfo::doesNotReturn(const MachineInstr &CallMI) const {

Completed in 22 milliseconds