Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DAsmWriter.cpp4012 bool IsInFunction = Machine.getFunction(); in printUseListOrder() local
4013 if (IsInFunction) in printUseListOrder()
4018 IsInFunction ? nullptr : dyn_cast<BasicBlock>(Order.V)) { in printUseListOrder()