HomeSort by relevance Sort by last modified time
    Searched refs:MST (Results 1 - 20 of 20) sorted by null

  /external/llvm/lib/Transforms/Instrumentation/
MaximumSpanningTree.h 25 /// MaximumSpanningTree - A MST implementation.
36 MaxSpanTree MST;
94 // the edge to the MST.
95 MST.push_back(e);
101 return MST.begin();
105 return MST.end();
PGOInstrumentation.cpp 1 //===-- PGOInstrumentation.cpp - MST-based PGO Instrumentation ------------===//
44 // The MST implementation is in Class CFGMST (CFGMST.h).
166 /// \brief An MST based instrumentation for PGO
168 /// Implements a Minimum Spanning Tree (MST) based instrumentation for PGO
216 CFGMST<Edge, BBInfo> MST;
223 BBInfo &getBBInfo(const BasicBlock *BB) const { return MST.getBBInfo(BB); }
227 MST.dumpEdges(dbgs(), Twine("Dump Function ") + FuncName + " Hash: " +
234 : F(Func), FunctionHash(0), MST(F, BPI, BFI) {
239 NumOfPGOBB += MST.BBInfos.size();
240 for (auto &E : MST.AllEdges)
    [all...]
  /external/llvm/unittests/IR/
ValueTest.cpp 135 ModuleSlotTracker MST(M.get());
148 INST->print(OS, MST); \
167 INST->printAsOperand(OS, TYPE, MST); \
205 ModuleSlotTracker MST(M.get());
206 MST.incorporateFunction(*F);
207 EXPECT_EQ(MST.getLocalSlot(I0), 0);
208 EXPECT_EQ(MST.getLocalSlot(I1), 1);
209 EXPECT_EQ(MST.getLocalSlot(&EntryBB), -1);
210 EXPECT_EQ(MST.getLocalSlot(BB2), 2);
233 ModuleSlotTracker MST(M.get())
    [all...]
MetadataTest.cpp 361 ModuleSlotTracker MST(&M);
362 EXPECT_PRINTER_EQ("!0 = distinct !{}", N0->print(OS, MST));
363 EXPECT_PRINTER_EQ("!1 = distinct !{}", N1->print(OS, MST));
393 ModuleSlotTracker MST(&M);
394 EXPECT_PRINTER_EQ("!0 = distinct !{}", MAV0->print(OS, MST));
395 EXPECT_PRINTER_EQ("!1 = distinct !{}", MAV1->print(OS, MST));
396 EXPECT_PRINTER_EQ("!0", MAV0->printAsOperand(OS, false, MST));
397 EXPECT_PRINTER_EQ("!1", MAV1->printAsOperand(OS, false, MST));
398 EXPECT_PRINTER_EQ("metadata !0", MAV0->printAsOperand(OS, true, MST));
399 EXPECT_PRINTER_EQ("metadata !1", MAV1->printAsOperand(OS, true, MST));
    [all...]
  /external/llvm/lib/CodeGen/
MIRPrinter.cpp 81 void convert(ModuleSlotTracker &MST, yaml::MachineFrameInfo &YamlMFI,
85 void convert(ModuleSlotTracker &MST, yaml::MachineJumpTable &YamlJTI,
89 ModuleSlotTracker &MST,
100 ModuleSlotTracker &MST;
105 MIPrinter(raw_ostream &OS, ModuleSlotTracker &MST,
108 : OS(OS), MST(MST), RegisterMaskIds(RegisterMaskIds),
174 ModuleSlotTracker MST(MF.getFunction()->getParent());
175 MST.incorporateFunction(*MF.getFunction());
176 convert(MST, YamlMF.FrameInfo, *MF.getFrameInfo())
    [all...]
MachineInstr.cpp 312 void MachineOperand::print(raw_ostream &OS, ModuleSlotTracker &MST,
401 getGlobal()->printAsOperand(OS, /*PrintType=*/false, MST);
412 getBlockAddress()->printAsOperand(OS, /*PrintType=*/false, MST);
441 getMetadata()->printAsOperand(OS, MST);
542 void MachineMemOperand::print(raw_ostream &OS, ModuleSlotTracker &MST) const {
558 V->printAsOperand(OS, /*PrintType=*/false, MST);
586 TBAAInfo->getOperand(0)->printAsOperand(OS, MST);
597 ScopeInfo->getOperand(i)->printAsOperand(OS, MST);
611 NoAliasInfo->getOperand(i)->printAsOperand(OS, MST);
    [all...]
MachineBasicBlock.cpp 253 ModuleSlotTracker MST(M);
254 print(OS, MST, Indexes);
257 void MachineBasicBlock::print(raw_ostream &OS, ModuleSlotTracker &MST,
274 LBB->printAsOperand(OS, /*PrintType=*/false, MST);
314 I->print(OS, MST);
    [all...]
MachineFunction.cpp 397 ModuleSlotTracker MST(getFunction()->getParent());
398 MST.incorporateFunction(*getFunction());
401 BB.print(OS, MST, Indexes);
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
icuzones 30 Zone SystemV/MST7 -7:00 - MST
62 ####Link America/Denver MST # Defined as -07:00
  /external/llvm/lib/IR/
AsmWriter.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineMemOperand.h 209 void print(raw_ostream &OS, ModuleSlotTracker &MST) const;
MachineOperand.h 222 void print(raw_ostream &os, ModuleSlotTracker &MST,
MachineBasicBlock.h 733 void print(raw_ostream &OS, ModuleSlotTracker &MST,
    [all...]
MachineInstr.h     [all...]
  /external/v8/test/mjsunit/
date-parse.js 178 // MST = UT minus 7 hours.
180 'Sat, 01-Jan-2000 01:00:00 MST',
181 'Sat, 01 Jan 2000 01:00:00 MST',
182 'Saturday, 01-Jan-00 01:00:00 MST',
  /external/llvm/include/llvm/IR/
Value.h 205 void print(raw_ostream &O, ModuleSlotTracker &MST,
219 ModuleSlotTracker &MST) const;
Metadata.h 130 void print(raw_ostream &OS, ModuleSlotTracker &MST, const Module *M = nullptr,
142 void printAsOperand(raw_ostream &OS, ModuleSlotTracker &MST,
    [all...]
  /external/llvm/lib/CodeGen/MIRParser/
MIParser.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp     [all...]
DAGCombiner.cpp     [all...]

Completed in 1889 milliseconds