HomeSort by: relevance | last modified time | path
    Searched defs:Keep (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
ToolOutputFile.h 25 /// object is destroyed unless the client calls keep().
36 bool Keep;
66 void keep() { Installer.Keep = true; } function in class:llvm::ToolOutputFile
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CriticalAntiDepBreaker.cpp 290 bool Keep = KeepRegs.test(Reg);
300 if (!Keep)
450 // Keep a map of the MachineInstr*'s back to the SUnit representing them.
506 // trying to break. To avoid this, keep track of the most recent
  /src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
DWARFLinkerCompileUnit.h 67 bool Keep : 1;
164 /// Keep track of a forward reference to DIE \p Die in \p RefUnit by \p
182 /// Keep track of a DW_AT_range attribute that we will need to patch up later.
185 /// Keep track of a location attribute pointing to a location list in the
  /src/external/apache2/llvm/dist/llvm/include/llvm/LTO/
LTO.h 331 std::vector<GlobalValue *> Keep;
362 /// Keep track if the symbol is visible outside of a module with a summary
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
llvm-objdump.cpp 233 bool Keep;
245 return {/*Keep=*/true, /*IncrementIndex=*/true};
250 return {/*Keep=*/false, /*IncrementIndex=*/false};
261 return {/*Keep=*/is_contained(FilterSections, SecName),
276 return Result.Keep;
811 if (Relocated == Obj.section_end() || !checkSectionFilter(*Relocated).Keep)
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
RegionInfoImpl.h 419 std::vector<std::unique_ptr<RegionT>> Keep;
425 Keep.push_back(std::move(R));
431 std::move_iterator<typename RegionSet::iterator>(Keep.begin()),
432 std::move_iterator<typename RegionSet::iterator>(Keep.end()));
  /src/external/apache2/llvm/dist/llvm/lib/LTO/
LTO.cpp 339 // We need to emit only one of these. The prevailing module will keep it,
731 Mod.Keep.push_back(&GV);
771 Mod.Keep.push_back(GV);
791 Mod.Keep.push_back(GV);
855 std::vector<GlobalValue *> Keep;
856 for (GlobalValue *GV : Mod.Keep) {
868 Keep.push_back(GV);
879 Keep.push_back(GV);
882 return RegularLTO.Mover->move(std::move(Mod.M), Keep,
1572 (*ResultOrErr)->keep();
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCMIPeephole.cpp 220 // This function maintains a map for the pairs <TOC Save Instr, Keep>
238 // post-dominates Entry, or a block that is hotter than entry (keep in mind
255 bool Keep = true;
264 Keep = false;
269 TOCSaves[MI] = Keep;
319 // We keep a map to associate each changed PHI node to its non-changed form.

Completed in 36 milliseconds