Home
last modified time | relevance | path

Searched refs:dbgs (Results 1 – 25 of 671) sorted by relevance

12345678910>>...27

/external/llvm/utils/TableGen/
DDFAPacketizerEmitter.cpp274 DEBUG(dbgs() << "InsnClass: "); in dbgsInsnClass()
277 DEBUG(dbgs() << ", "); in dbgsInsnClass()
279 DEBUG(dbgs() << "0x" << utohexstr(InsnClass[i])); in dbgsInsnClass()
282 DEBUG(dbgs() << " (input: 0x" << utohexstr(InsnInput) << ")"); in dbgsInsnClass()
289 DEBUG(dbgs() << "StateInfo: "); in dbgsStateInfo()
295 DEBUG(dbgs() << ", "); in dbgsStateInfo()
297 DEBUG(dbgs() << "0x" << utohexstr(thisState)); in dbgsStateInfo()
306 DEBUG(dbgs() << " "); in dbgsIndent()
359 DEBUG(dbgs() << " thisState: 0x" << utohexstr(thisState) << "\n"); in AddInsnClass()
379 dbgs() << "AddInsnClassStages " << chkstage << " (0x" in AddInsnClassStages()
[all …]
/external/llvm/lib/Transforms/Utils/
DEvaluator.cpp198 DEBUG(dbgs() << "Evaluating Instruction: " << *CurInst << "\n"); in EvaluateBlock()
202 DEBUG(dbgs() << "Store is not simple! Can not evaluate.\n"); in EvaluateBlock()
207 DEBUG(dbgs() << "Folding constant ptr expression: " << *Ptr); in EvaluateBlock()
209 DEBUG(dbgs() << "; To: " << *Ptr << "\n"); in EvaluateBlock()
213 DEBUG(dbgs() << "Pointer is too complex for us to evaluate store."); in EvaluateBlock()
222 DEBUG(dbgs() << "Store value is too complex to evaluate store. " << *Val in EvaluateBlock()
229 DEBUG(dbgs() << "Attempting to resolve bitcast on constant ptr.\n"); in EvaluateBlock()
258 DEBUG(dbgs() << "Failed to bitcast constant ptr, can not " in EvaluateBlock()
268 DEBUG(dbgs() << "Evaluated bitcast: " << *Val << "\n"); in EvaluateBlock()
277 DEBUG(dbgs() << "Found a BinaryOperator! Simplifying: " << *InstResult in EvaluateBlock()
[all …]
/external/llvm/lib/Transforms/Scalar/
DLoopVersioningLICM.cpp211 DEBUG(dbgs() << " loop preheader is missing\n"); in legalLoopStructure()
216 DEBUG(dbgs() << " loop is not innermost\n"); in legalLoopStructure()
221 DEBUG(dbgs() << " loop has multiple backedges\n"); in legalLoopStructure()
226 DEBUG(dbgs() << " loop has multiple exiting block\n"); in legalLoopStructure()
233 DEBUG(dbgs() << " loop is not bottom tested\n"); in legalLoopStructure()
239 DEBUG(dbgs() << " Parallel loop is not worth versioning\n"); in legalLoopStructure()
244 DEBUG(dbgs() << " loop depth is more then threshold\n"); in legalLoopStructure()
249 DEBUG(dbgs() << " loop does not has dedicated exit blocks\n"); in legalLoopStructure()
256 DEBUG(dbgs() << " loop does not has trip count\n"); in legalLoopStructure()
304 DEBUG(dbgs() << " Alias tracker type safety failed!\n"); in legalLoopMemoryAccesses()
[all …]
DLoopInterchange.cpp67 DEBUG(dbgs() << *II << " "); in printDepMatrix()
68 DEBUG(dbgs() << "\n"); in printDepMatrix()
79 DEBUG(dbgs() << "Cannot handle loops of depth greater than " in populateDependencyMatrix()
105 DEBUG(dbgs() << "Found " << MemInstr.size() in populateDependencyMatrix()
120 DEBUG(dbgs() << "Found Dependency between Src=" << Src << " Des=" << Des in populateDependencyMatrix()
125 DEBUG(dbgs() << "Flow dependence not handled"); in populateDependencyMatrix()
129 DEBUG(dbgs() << "Found Anti dependence \n"); in populateDependencyMatrix()
169 DEBUG(dbgs() << "Cannot handle more than " << MaxMemInstrCount in populateDependencyMatrix()
281 DEBUG(dbgs() << "Calling populateWorklist called\n"); in populateWorklist()
464 DEBUG(dbgs() << "Worklist size = " << Worklist.size() << "\n"); in runOnFunction()
[all …]
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DScheduleDAG.cpp59 dbgs() << "**** NOOP ****\n"; in dumpSchedule()
79 dbgs() << "*** Final schedule ***\n"; in Run()
81 dbgs() << '\n'; in Run()
291 dbgs() << "SU(" << NodeNum << "): "; in dump()
298 dbgs() << " # preds left : " << NumPredsLeft << "\n"; in dumpAll()
299 dbgs() << " # succs left : " << NumSuccsLeft << "\n"; in dumpAll()
300 dbgs() << " # rdefs left : " << NumRegDefsLeft << "\n"; in dumpAll()
301 dbgs() << " Latency : " << Latency << "\n"; in dumpAll()
302 dbgs() << " Depth : " << Depth << "\n"; in dumpAll()
303 dbgs() << " Height : " << Height << "\n"; in dumpAll()
[all …]
DAggressiveAntiDepBreaker.cpp136 DEBUG(dbgs() << "AntiDep Critical-Path Registers:"); in AggressiveAntiDepBreaker()
139 dbgs() << " " << TRI->getName(r)); in AggressiveAntiDepBreaker()
140 DEBUG(dbgs() << '\n'); in AggressiveAntiDepBreaker()
215 DEBUG(dbgs() << "Observe: "); in Observe()
217 DEBUG(dbgs() << "\tRegs:"); in Observe()
229 dbgs() << " " << TRI->getName(Reg) << "=g" << in Observe()
237 DEBUG(dbgs() << '\n'); in Observe()
332 dbgs() << header << TRI->getName(Reg); header = NULL; }); in HandleLastUse()
333 DEBUG(dbgs() << "->g" << State->GetGroup(Reg) << tag); in HandleLastUse()
345 dbgs() << header << TRI->getName(Reg); header = NULL; }); in HandleLastUse()
[all …]
DSplitKit.cpp131 DEBUG(dbgs() << "*** Fixing inconsistent live interval! ***\n"); in analyzeUses()
141 DEBUG(dbgs() << "Analyze counted " in analyzeUses()
336 dbgs() << " empty\n"; in dump()
341 dbgs() << " [" << I.start() << ';' << I.stop() << "):" << I.value(); in dump()
342 dbgs() << '\n'; in dump()
449 DEBUG(dbgs() << " selectIntv " << OpenIdx << " -> " << Idx << '\n'); in selectIntv()
455 DEBUG(dbgs() << " enterIntvBefore " << Idx); in enterIntvBefore()
459 DEBUG(dbgs() << ": not live\n"); in enterIntvBefore()
462 DEBUG(dbgs() << ": valno " << ParentVNI->id << '\n'); in enterIntvBefore()
472 DEBUG(dbgs() << " enterIntvAfter " << Idx); in enterIntvAfter()
[all …]
DShrinkWrapping.cpp188 dbgs() << "Place CSR spills/restores for " in placeCSRSpillsAndRestores()
302 dbgs() in calculateAnticAvail()
317 dbgs() in calculateAnticAvail()
366 dbgs() << "DISABLED: " << Fn.getFunction()->getName() in calculateSets()
386 dbgs() << "DISABLED: " << Fn.getFunction()->getName() in calculateSets()
468 DEBUG(dbgs() << "DISABLED: " << Fn.getFunction()->getName() in calculateSets()
480 DEBUG(dbgs() << "DISABLED: " << Fn.getFunction()->getName() in calculateSets()
507 DEBUG(dbgs() << "DISABLED: " << Fn.getFunction()->getName() in calculateSets()
523 dbgs() << "ENABLED: " << Fn.getFunction()->getName(); in calculateSets()
525 dbgs() << " (fast exit path)"; in calculateSets()
[all …]
/external/llvm/lib/Target/AArch64/
DAArch64PromoteConstant.cpp111 DEBUG(dbgs() << getPassName() << '\n'); in runOnModule()
376 DEBUG(dbgs() << "Insertion point dominated by:\n"); in isDominated()
377 DEBUG(IPI.first->print(dbgs())); in isDominated()
378 DEBUG(dbgs() << '\n'); in isDominated()
404 DEBUG(dbgs() << "Merge insertion point with:\n"); in tryAndMerge()
405 DEBUG(IPI->first->print(dbgs())); in tryAndMerge()
406 DEBUG(dbgs() << "\nat considered insertion point.\n"); in tryAndMerge()
426 DEBUG(dbgs() << "Merge insertion point with:\n"); in tryAndMerge()
427 DEBUG(IPI->first->print(dbgs())); in tryAndMerge()
428 DEBUG(dbgs() << '\n'); in tryAndMerge()
[all …]
DAArch64AddressTypePromotion.cpp252 DEBUG(dbgs() << "*** Propagate Sign Extension ***\n"); in propagateSignExtension()
261 DEBUG(dbgs() << "Consider:\n" << *SExt << '\n'); in propagateSignExtension()
265 DEBUG(dbgs() << "No uses => marked as delete\n"); in propagateSignExtension()
271 DEBUG(dbgs() << "Try to get through:\n" << *Inst << '\n'); in propagateSignExtension()
275 DEBUG(dbgs() << "Cannot get through\n"); in propagateSignExtension()
282 DEBUG(dbgs() << "SExt or trunc, mark it as to remove\n"); in propagateSignExtension()
310 DEBUG(dbgs() << "Propagate SExt to operands\n"); in propagateSignExtension()
313 DEBUG(dbgs() << "Operand:\n" << *(Inst->getOperand(OpIdx)) << '\n'); in propagateSignExtension()
316 DEBUG(dbgs() << "No need to propagate\n"); in propagateSignExtension()
322 DEBUG(dbgs() << "Statically sign extend\n"); in propagateSignExtension()
[all …]
DAArch64ConditionalCompares.cpp310 DEBUG(dbgs() << "Flags not used by terminator: " << *I); in findConvertibleCompare()
328 DEBUG(dbgs() << "Immediate out of range for ccmp: " << *I); in findConvertibleCompare()
339 DEBUG(dbgs() << "Can't convert compare with live destination: " << *I); in findConvertibleCompare()
357 DEBUG(dbgs() << "Can't create ccmp with multiple uses: " << *I); in findConvertibleCompare()
363 DEBUG(dbgs() << "Not convertible compare: " << *I); in findConvertibleCompare()
368 DEBUG(dbgs() << "Flags not defined in BB#" << MBB->getNumber() << '\n'); in findConvertibleCompare()
382 DEBUG(dbgs() << "BB#" << MBB->getNumber() << " has live-ins.\n"); in canSpeculateInstrs()
395 DEBUG(dbgs() << "BB#" << MBB->getNumber() << " has more than " in canSpeculateInstrs()
402 DEBUG(dbgs() << "Can't hoist: " << I); in canSpeculateInstrs()
410 DEBUG(dbgs() << "Won't speculate load: " << I); in canSpeculateInstrs()
[all …]
DAArch64DeadRegisterDefinitionsPass.cpp93 DEBUG(dbgs() << " Ignoring, operand is frame index\n"); in processMachineBasicBlock()
99 DEBUG(dbgs() << " Ignoring, XZR or WZR already used by the instruction\n"); in processMachineBasicBlock()
106 DEBUG(dbgs() << " Dead def operand #" << i << " in:\n "; in processMachineBasicBlock()
107 MI.print(dbgs())); in processMachineBasicBlock()
110 DEBUG(dbgs() << " Ignoring, def is tied operand.\n"); in processMachineBasicBlock()
116 DEBUG(dbgs() << " Ignoring, implicitly defines overlap reg.\n"); in processMachineBasicBlock()
124 DEBUG(dbgs() << " Ignoring, register is not a GPR.\n"); in processMachineBasicBlock()
133 DEBUG(dbgs() << " Replacing with zero register. New:\n "); in processMachineBasicBlock()
135 DEBUG(MI.print(dbgs())); in processMachineBasicBlock()
150 DEBUG(dbgs() << "***** AArch64DeadRegisterDefinitions *****\n"); in runOnMachineFunction()
/external/llvm/lib/Target/PowerPC/
DPPCVSXSwapRemoval.cpp524 DEBUG(dbgs() << "Swap vector when first built\n\n"); in gatherVectorInstructions()
584 DEBUG(dbgs() << "\n*** Forming webs for swap removal ***\n\n"); in formWebs()
590 DEBUG(dbgs() << "\n" << SwapVector[EntryIdx].VSEId << " "); in formWebs()
621 DEBUG(dbgs() << format("Unioning %d with %d\n", SwapVector[DefIdx].VSEId, in formWebs()
623 DEBUG(dbgs() << " Def: "); in formWebs()
635 DEBUG(dbgs() << "\n*** Rejecting webs for swap removal ***\n\n"); in recordUnoptimizableWebs()
653 DEBUG(dbgs() << in recordUnoptimizableWebs()
656 DEBUG(dbgs() << " in " << EntryIdx << ": "); in recordUnoptimizableWebs()
658 DEBUG(dbgs() << "\n"); in recordUnoptimizableWebs()
679 DEBUG(dbgs() << in recordUnoptimizableWebs()
[all …]
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp417 DEBUG(dbgs() << "\tintersect constraints\n"); in intersectConstraints()
418 DEBUG(dbgs() << "\t X ="; X->dump(dbgs())); in intersectConstraints()
419 DEBUG(dbgs() << "\t Y ="; Y->dump(dbgs())); in intersectConstraints()
435 DEBUG(dbgs() << "\t intersect 2 distances\n"); in intersectConstraints()
462 DEBUG(dbgs() << "\t intersect 2 lines\n"); in intersectConstraints()
467 DEBUG(dbgs() << "\t\tsame slope\n"); in intersectConstraints()
481 DEBUG(dbgs() << "\t\tdifferent slopes\n"); in intersectConstraints()
503 DEBUG(dbgs() << "\t\tXtop = " << Xtop << "\n"); in intersectConstraints()
504 DEBUG(dbgs() << "\t\tXbot = " << Xbot << "\n"); in intersectConstraints()
505 DEBUG(dbgs() << "\t\tYtop = " << Ytop << "\n"); in intersectConstraints()
[all …]
/external/llvm/lib/CodeGen/
DScheduleDAG.cpp317 dbgs() << "SU(" << NodeNum << "): "; in dump()
324 dbgs() << " # preds left : " << NumPredsLeft << "\n"; in dumpAll()
325 dbgs() << " # succs left : " << NumSuccsLeft << "\n"; in dumpAll()
327 dbgs() << " # weak preds left : " << WeakPredsLeft << "\n"; in dumpAll()
329 dbgs() << " # weak succs left : " << WeakSuccsLeft << "\n"; in dumpAll()
330 dbgs() << " # rdefs left : " << NumRegDefsLeft << "\n"; in dumpAll()
331 dbgs() << " Latency : " << Latency << "\n"; in dumpAll()
332 dbgs() << " Depth : " << getDepth() << "\n"; in dumpAll()
333 dbgs() << " Height : " << getHeight() << "\n"; in dumpAll()
336 dbgs() << " Predecessors:\n"; in dumpAll()
[all …]
DAggressiveAntiDepBreaker.cpp130 DEBUG(dbgs() << "AntiDep Critical-Path Registers:"); in AggressiveAntiDepBreaker()
133 dbgs() << " " << TRI->getName(r)); in AggressiveAntiDepBreaker()
134 DEBUG(dbgs() << '\n'); in AggressiveAntiDepBreaker()
192 DEBUG(dbgs() << "Observe: "); in Observe()
194 DEBUG(dbgs() << "\tRegs:"); in Observe()
206 dbgs() << " " << TRI->getName(Reg) << "=g" << in Observe()
214 DEBUG(dbgs() << '\n'); in Observe()
303 DEBUG(if (!header && footer) dbgs() << footer); in HandleLastUse()
313 dbgs() << header << TRI->getName(Reg); header = nullptr; }); in HandleLastUse()
314 DEBUG(dbgs() << "->g" << State->GetGroup(Reg) << tag); in HandleLastUse()
[all …]
DEarlyIfConversion.cpp188 DEBUG(dbgs() << "BB#" << MBB->getNumber() << " has live-ins.\n"); in canSpeculateInstrs()
202 DEBUG(dbgs() << "BB#" << MBB->getNumber() << " has more than " in canSpeculateInstrs()
209 DEBUG(dbgs() << "Can't hoist: " << *I); in canSpeculateInstrs()
217 DEBUG(dbgs() << "Won't speculate load: " << *I); in canSpeculateInstrs()
224 DEBUG(dbgs() << "Can't speculate: " << *I); in canSpeculateInstrs()
231 DEBUG(dbgs() << "Won't speculate regmask: " << *I); in canSpeculateInstrs()
249 DEBUG(dbgs() << "BB#" << MBB->getNumber() << " depends on " << *DefMI); in canSpeculateInstrs()
251 DEBUG(dbgs() << "Can't insert instructions below terminator.\n"); in canSpeculateInstrs()
282 DEBUG(dbgs() << "Can't insert code after " << *I); in findInsertionPoint()
317 dbgs() << "Would clobber"; in findInsertionPoint()
[all …]
DExpandPostRAPseudos.cpp100 DEBUG(dbgs() << "subreg: CONVERTING: " << *MI); in LowerSubregToReg()
104 DEBUG(dbgs() << "subreg: replaced by: " << *MI); in LowerSubregToReg()
117 DEBUG(dbgs() << "subreg: replace by: " << *MI); in LowerSubregToReg()
120 DEBUG(dbgs() << "subreg: eliminated!"); in LowerSubregToReg()
129 DEBUG(dbgs() << "subreg: " << *CopyMI); in LowerSubregToReg()
132 DEBUG(dbgs() << '\n'); in LowerSubregToReg()
140 DEBUG(dbgs() << "dead copy: " << *MI); in LowerCopy()
142 DEBUG(dbgs() << "replaced by: " << *MI); in LowerCopy()
150 DEBUG(dbgs() << "identity copy: " << *MI); in LowerCopy()
157 DEBUG(dbgs() << "replaced by: " << *MI); in LowerCopy()
[all …]
DSplitKit.cpp168 DEBUG(dbgs() << "*** Fixing inconsistent live interval! ***\n"); in analyzeUses()
178 DEBUG(dbgs() << "Analyze counted " in analyzeUses()
374 dbgs() << " empty\n"; in dump()
379 dbgs() << " [" << I.start() << ';' << I.stop() << "):" << I.value(); in dump()
380 dbgs() << '\n'; in dump()
493 DEBUG(dbgs() << " selectIntv " << OpenIdx << " -> " << Idx << '\n'); in selectIntv()
499 DEBUG(dbgs() << " enterIntvBefore " << Idx); in enterIntvBefore()
503 DEBUG(dbgs() << ": not live\n"); in enterIntvBefore()
506 DEBUG(dbgs() << ": valno " << ParentVNI->id << '\n'); in enterIntvBefore()
516 DEBUG(dbgs() << " enterIntvAfter " << Idx); in enterIntvAfter()
[all …]
/external/llvm/lib/Target/AMDGPU/
DAMDILCFGStructurizer.cpp67 DEBUG(dbgs() << "New instr: " << *i << "\n");
71 dbgs() << msg << "BB" << b->getNumber() << "size " << b->size(); \
72 dbgs() << "\n"; \
78 dbgs() << msg << "BB" << b->getNumber() << "size " << b->size(); \
79 b->print(dbgs()); \
80 dbgs() << "\n"; \
170 DEBUG(dbgs() << "LoopInfo:\n"; PrintLoopinfo(*MLI);); in runOnMachineFunction()
172 DEBUG(MDT->print(dbgs(), (const llvm::Module*)nullptr);); in runOnMachineFunction()
174 DEBUG(PDT->print(dbgs());); in runOnMachineFunction()
194 dbgs() << "BB" << (*iterBlk)->getNumber(); in printOrderedBlocks()
[all …]
/external/llvm/include/llvm/Support/
DUnicodeCharRanges.h80 DEBUG(dbgs() << "Upper bound 0x"); in rangesAreValid()
81 DEBUG(dbgs().write_hex(Prev)); in rangesAreValid()
82 DEBUG(dbgs() << " should be less than succeeding lower bound 0x"); in rangesAreValid()
83 DEBUG(dbgs().write_hex(I->Lower) << "\n"); in rangesAreValid()
87 DEBUG(dbgs() << "Upper bound 0x"); in rangesAreValid()
88 DEBUG(dbgs().write_hex(I->Lower)); in rangesAreValid()
89 DEBUG(dbgs() << " should not be less than lower bound 0x"); in rangesAreValid()
90 DEBUG(dbgs().write_hex(I->Upper) << "\n"); in rangesAreValid()
/external/llvm/tools/verify-uselistorder/
Dverify-uselistorder.cpp111 DEBUG(dbgs() << " - create-temp-file\n"); in init()
126 DEBUG(dbgs() << " - write bitcode\n"); in writeBitcode()
139 DEBUG(dbgs() << " - write assembly\n"); in writeAssembly()
152 DEBUG(dbgs() << " - read bitcode\n"); in readBitcode()
173 DEBUG(dbgs() << " - read assembly\n"); in readAssembly()
251 dbgs() << "value-mapping (size = " << VM.Values.size() << "):\n"; in dumpMapping()
253 dbgs() << " - id = " << I << ", value = "; in dumpMapping()
260 dbgs() << " - " << Desc << " value = "; in debugValue()
263 dbgs() << " => use: op = " << U.getOperandNo() in debugValue()
271 dbgs() << " - fail: user mismatch: ID = " << I << "\n"; in debugUserMismatch()
[all …]
/external/llvm/lib/Passes/
DPassRegistry.def60 MODULE_PASS("print-profile-summary", ProfileSummaryPrinterPass(dbgs()))
61 MODULE_PASS("print-callgraph", CallGraphPrinterPass(dbgs()))
62 MODULE_PASS("print", PrintModulePass(dbgs()))
63 MODULE_PASS("print-lcg", LazyCallGraphPrinterPass(dbgs()))
64 MODULE_PASS("print-lcg-dot", LazyCallGraphDOTPrinterPass(dbgs()))
153 FUNCTION_PASS("print", PrintFunctionPass(dbgs()))
154 FUNCTION_PASS("print<assumptions>", AssumptionPrinterPass(dbgs()))
155 FUNCTION_PASS("print<block-freq>", BlockFrequencyPrinterPass(dbgs()))
156 FUNCTION_PASS("print<branch-prob>", BranchProbabilityPrinterPass(dbgs()))
157 FUNCTION_PASS("print<domtree>", DominatorTreePrinterPass(dbgs()))
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXInstrInfo.cpp197 DEBUG(dbgs() << "\n"); in AnalyzeBranch()
198 DEBUG(dbgs() << "AnalyzeBranch: opcode: " << instLast1.getOpcode() << "\n"); in AnalyzeBranch()
199 DEBUG(dbgs() << "AnalyzeBranch: MBB: " << MBB.getName().str() << "\n"); in AnalyzeBranch()
200 DEBUG(dbgs() << "AnalyzeBranch: TBB: " << TBB << "\n"); in AnalyzeBranch()
201 DEBUG(dbgs() << "AnalyzeBranch: FBB: " << FBB << "\n"); in AnalyzeBranch()
205 DEBUG(dbgs() << "AnalyzeBranch: ends with no branch\n"); in AnalyzeBranch()
213 DEBUG(dbgs() << "AnalyzeBranch: ends with only uncond branch\n"); in AnalyzeBranch()
222 DEBUG(dbgs() << "AnalyzeBranch: ends with cond branch and fall through\n"); in AnalyzeBranch()
238 DEBUG(dbgs() << "AnalyzeBranch: ends with cond and uncond branch\n"); in AnalyzeBranch()
248 DEBUG(dbgs() << "AnalyzeBranch: cannot be understood\n"); in AnalyzeBranch()
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DProfileInfo.h126 dbgs() << "Creating Edge " << e in setEdgeWeight()
173 dbgs() << "**** This is ProfileInfo " << this << " speaking:\n";
177 dbgs() << "Functions: \n";
179dbgs() << F << "@" << format("%p", F) << ": " << format("%.20g",getExecutionCount(F)) << "\n";
184dbgs() << fi->first << "@" << format("%p",fi->first) << ": " << format("%.20g",fi->second) << "\n";
193 dbgs() << "BasicBlocks for Function " << F << ":\n";
195dbgs() << bi->first << "@" << format("%p", bi->first) << ": " << format("%.20g",bi->second) << "\n…
202 dbgs() << "Edges for Function " << ei->first << ":\n";
205 dbgs() << ewi->first << ": " << format("%.20g",ewi->second) << "\n";
210 dbgs() << "Functions: \n";
[all …]

12345678910>>...27