| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | CFGPrinter.cpp | 83 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 D | Analysis.cpp | 114 F->viewCFG(); in LLVMViewFunctionCFG()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Function.h | 941 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 D | ARCOptAddrMode.cpp | 506 MF.viewCFG(); in runOnMachineFunction() 522 MF.viewCFG(); in runOnMachineFunction()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineFunction.h | 922 void viewCFG() const;
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | DFAJumpThreading.cpp | 1338 F.viewCFG(); in run()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | R600MachineCFGStructurizer.cpp | 832 LLVM_DEBUG(FuncRep->viewCFG()); in run()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineFunction.cpp | 741 void MachineFunction::viewCFG() const in viewCFG() function in MachineFunction
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | CFG.h | 1426 void viewCFG(const LangOptions &LO) const;
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CFG.cpp | 6448 void CFG::viewCFG(const LangOptions &LO) const { in viewCFG() function in CFG
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 8342 {"_ZNK5clang3CFG7viewCFGERKNS_11LangOptionsE", "clang::CFG::viewCFG(clang::LangOptions const&) cons… 16975 {"_ZNK4llvm15MachineFunction7viewCFGEv", "llvm::MachineFunction::viewCFG() const"},
|