Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2428 bool IsCallLike = MI.isCall() || TII.isTailCall(MI); in computeKeyInstructions() local
2429 if (IsCallLike) { in computeKeyInstructions()
2492 assert(IsCallLike); in computeKeyInstructions()