Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAsmWriter.cpp4553 bool IsInFunction = Machine.getFunction(); in printUseListOrder() local
4554 if (IsInFunction) in printUseListOrder()
4558 if (const BasicBlock *BB = IsInFunction ? nullptr : dyn_cast<BasicBlock>(V)) { in printUseListOrder()