Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DAsmWriter.cpp3017 bool IsInFunction = Machine.getFunction(); in printUseListOrder() local
3018 if (IsInFunction) in printUseListOrder()
3023 IsInFunction ? nullptr : dyn_cast<BasicBlock>(Order.V)) { in printUseListOrder()