Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DCFGPrinter.cpp278 void Function::viewCFGOnly() const { viewCFGOnly(nullptr, nullptr); } in viewCFGOnly() function in Function
280 void Function::viewCFGOnly(const BlockFrequencyInfo *BFI, in viewCFGOnly() function in Function
H A DAnalysis.cpp138 F->viewCFGOnly(); in LLVMViewFunctionCFGOnly()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h880 void viewCFGOnly() const;
883 void viewCFGOnly(const BlockFrequencyInfo *BFI,
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/
H A DLinkAllPasses.h239 llvm::Function::Create(nullptr, llvm::GlobalValue::ExternalLinkage)->viewCFGOnly(); in ForcePassLinking()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h774 void viewCFGOnly() const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp641 void MachineFunction::viewCFGOnly() const in viewCFGOnly() function in MachineFunction