Searched refs:viewCFGOnly (Results 1 – 6 of 6) sorted by relevance
147 /// viewCFGOnly - This function is meant for use from the debugger. It works in runOnFunction() 152 void Function::viewCFGOnly() const { viewCFGOnly(nullptr, nullptr); }154 void Function::viewCFGOnly(const BlockFrequencyInfo *BFI, in getAnalysisUsage() 278 void Function::viewCFGOnly() const { viewCFGOnly(nullptr, nullptr); } viewCFGOnly() function in Function 280 void Function::viewCFGOnly(const BlockFrequencyInfo *BFI, viewCFGOnly() function in Function
106 F->viewCFGOnly(); in LLVMViewFunctionCFGOnly()
143 llvm::Function::Create(nullptr, llvm::GlobalValue::ExternalLinkage)->viewCFGOnly(); in ForcePassLinking()
917 void viewCFGOnly() const;920 void viewCFGOnly(const BlockFrequencyInfo *BFI,
885 void viewCFGOnly() const;
710 void MachineFunction::viewCFGOnly() const in viewCFGOnly() function in MachineFunction