Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCFGPrinter.cpp175 void Function::viewCFGOnly() const { viewCFGOnly(nullptr, nullptr); } in viewCFGOnly() function in Function
177 void Function::viewCFGOnly(const char *OutputFileName) const { in viewCFGOnly() function in Function
181 void Function::viewCFGOnly(const BlockFrequencyInfo *BFI, in viewCFGOnly() function in Function
H A DAnalysis.cpp119 F->viewCFGOnly(); in LLVMViewFunctionCFGOnly()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h957 void viewCFGOnly() const;
961 void viewCFGOnly(const char *OutputFileName) const;
964 void viewCFGOnly(const BlockFrequencyInfo *BFI,
/freebsd/contrib/llvm-project/llvm/include/llvm/
H A DLinkAllPasses.h152 ->viewCFGOnly(); in ForcePassLinking()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h929 void viewCFGOnly() const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp751 void MachineFunction::viewCFGOnly() const in viewCFGOnly() function in MachineFunction
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc16976 {"_ZNK4llvm15MachineFunction11viewCFGOnlyEv", "llvm::MachineFunction::viewCFGOnly() const"},