Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DCFGPrinter.cpp152 void Function::viewCFGOnly() const { viewCFGOnly(nullptr, nullptr); } in viewCFGOnly() function in Function
154 void Function::viewCFGOnly(const BlockFrequencyInfo *BFI, in viewCFGOnly() function in Function
H A DAnalysis.cpp107 F->viewCFGOnly(); in LLVMViewFunctionCFGOnly()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/
H A DLinkAllPasses.h144 llvm::Function::Create(nullptr, llvm::GlobalValue::ExternalLinkage)->viewCFGOnly(); in ForcePassLinking()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h896 void viewCFGOnly() const;
899 void viewCFGOnly(const BlockFrequencyInfo *BFI,
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h884 void viewCFGOnly() const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp698 void MachineFunction::viewCFGOnly() const in viewCFGOnly() function in MachineFunction