Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCFGPrinter.cpp258 void Function::viewCFGOnly() const { viewCFGOnly(nullptr, nullptr); } in viewCFGOnly() function in Function
260 void Function::viewCFGOnly(const BlockFrequencyInfo *BFI, in viewCFGOnly() function in Function
H A DAnalysis.cpp138 F->viewCFGOnly(); in LLVMViewFunctionCFGOnly()
/netbsd/external/apache2/llvm/dist/llvm/bindings/ocaml/analysis/
H A Dllvm_analysis.mli42 See [llvm::Function::viewCFGOnly]. *)
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DFunction.h879 void viewCFGOnly() const;
882 void viewCFGOnly(const BlockFrequencyInfo *BFI,
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/
H A DLinkAllPasses.h237 llvm::Function::Create(nullptr, llvm::GlobalValue::ExternalLinkage)->viewCFGOnly(); in ForcePassLinking()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineFunction.h710 void viewCFGOnly() const;
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineFunction.cpp622 void MachineFunction::viewCFGOnly() const in viewCFGOnly() function in MachineFunction
/netbsd/external/apache2/llvm/dist/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl05.rst228 "``F->viewCFGOnly()``" (where F is a "``Function*``") either by
/netbsd/external/apache2/llvm/dist/llvm/docs/
H A DProgrammersManual.rst1366 in the block. Similarly, there also exists ``Function::viewCFGOnly()`` (does
1368 ``MachineFunction::viewCFGOnly()``, and the ``SelectionDAG::viewGraph()``