Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp4814 bool IsInFunction = Machine.getFunction(); in printUseListOrder() local
4815 if (IsInFunction) in printUseListOrder()
4819 if (const BasicBlock *BB = IsInFunction ? nullptr : dyn_cast<BasicBlock>(V)) { in printUseListOrder()