Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DCFGPrinter.cpp278 void Function::viewCFGOnly() const { viewCFGOnly(nullptr, nullptr); } in viewCFGOnly() function in Function
280 void Function::viewCFGOnly(const BlockFrequencyInfo *BFI, in viewCFGOnly() function in Function
H A DAnalysis.cpp135 F->viewCFGOnly(); in LLVMViewFunctionCFGOnly()
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/analysis/
H A Dllvm_analysis.mli42 See [llvm::Function::viewCFGOnly]. *)
/openbsd-src/gnu/llvm/llvm/include/llvm/
H A DLinkAllPasses.h220 llvm::Function::Create(nullptr, llvm::GlobalValue::ExternalLinkage)->viewCFGOnly(); in ForcePassLinking()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DFunction.h852 void viewCFGOnly() const;
855 void viewCFGOnly(const BlockFrequencyInfo *BFI,
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineFunction.h840 void viewCFGOnly() const;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineFunction.cpp682 void MachineFunction::viewCFGOnly() const in viewCFGOnly() function in MachineFunction
/openbsd-src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl05.rst228 "``F->viewCFGOnly()``" (where F is a "``Function*``") either by
/openbsd-src/gnu/llvm/llvm/docs/
H A DProgrammersManual.rst1406 in the block. Similarly, there also exists ``Function::viewCFGOnly()`` (does
1408 ``MachineFunction::viewCFGOnly()``, and the ``SelectionDAG::viewGraph()``