Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCFGPrinter.cpp83 static void viewCFG(Function &F, const BlockFrequencyInfo *BFI, in viewCFG() function
115 viewCFG(F, BFI, BPI, getMaxFreq(F, BFI)); in run()
125 viewCFG(F, BFI, BPI, getMaxFreq(F, BFI), /*CFGOnly=*/true); in run()
154 void Function::viewCFG() const { viewCFG(false, nullptr, nullptr); } in viewCFG() function in Function
156 void Function::viewCFG(const char *OutputFileName) const { in viewCFG() function in Function
157 viewCFG(false, nullptr, nullptr, OutputFileName); in viewCFG()
160 void Function::viewCFG(bool ViewCFGOnly, const BlockFrequencyInfo *BFI, in viewCFG() function in Function
178 viewCFG(true, nullptr, nullptr, OutputFileName); in viewCFGOnly()
183 viewCFG(true, BFI, BPI); in viewCFGOnly()
H A DAnalysis.cpp114 F->viewCFG(); in LLVMViewFunctionCFG()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h941 void viewCFG() const;
945 void viewCFG(const char *OutputFileName) const;
948 void viewCFG(bool ViewCFGOnly, const BlockFrequencyInfo *BFI,
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCOptAddrMode.cpp506 MF.viewCFG(); in runOnMachineFunction()
522 MF.viewCFG(); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h922 void viewCFG() const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp1338 F.viewCFG(); in run()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600MachineCFGStructurizer.cpp832 LLVM_DEBUG(FuncRep->viewCFG()); in run()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp741 void MachineFunction::viewCFG() const in viewCFG() function in MachineFunction
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h1426 void viewCFG(const LangOptions &LO) const;
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp6448 void CFG::viewCFG(const LangOptions &LO) const { in viewCFG() function in CFG
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc8342 {"_ZNK5clang3CFG7viewCFGERKNS_11LangOptionsE", "clang::CFG::viewCFG(clang::LangOptions const&) cons…
16975 {"_ZNK4llvm15MachineFunction7viewCFGEv", "llvm::MachineFunction::viewCFG() const"},