Searched refs:viewCFGOnly (Results 1 – 9 of 9) sorted by relevance
278 void Function::viewCFGOnly() const { viewCFGOnly(nullptr, nullptr); } in viewCFGOnly() function in Function280 void Function::viewCFGOnly(const BlockFrequencyInfo *BFI, in viewCFGOnly() function in Function
135 F->viewCFGOnly(); in LLVMViewFunctionCFGOnly()
42 See [llvm::Function::viewCFGOnly]. *)
220 llvm::Function::Create(nullptr, llvm::GlobalValue::ExternalLinkage)->viewCFGOnly(); in ForcePassLinking()
852 void viewCFGOnly() const;855 void viewCFGOnly(const BlockFrequencyInfo *BFI,
840 void viewCFGOnly() const;
682 void MachineFunction::viewCFGOnly() const in viewCFGOnly() function in MachineFunction
228 "``F->viewCFGOnly()``" (where F is a "``Function*``") either by
1406 in the block. Similarly, there also exists ``Function::viewCFGOnly()`` (does1408 ``MachineFunction::viewCFGOnly()``, and the ``SelectionDAG::viewGraph()``