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.cpp5014 bool IsInFunction = Machine.getFunction(); in printUseListOrder() local
5015 if (IsInFunction) in printUseListOrder()
5019 if (const BasicBlock *BB = IsInFunction ? nullptr : dyn_cast<BasicBlock>(V)) { in printUseListOrder()