Home
last modified time | relevance | path

Searched refs:bundles (Results 1 – 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDSpillPlacement.cpp194 bundles = &getAnalysis<EdgeBundles>(); in runOnMachineFunction()
197 nodes = new Node[bundles->getNumBundles()]; in runOnMachineFunction()
199 TodoList.setUniverse(bundles->getNumBundles()); in runOnMachineFunction()
237 if (bundles->getBlocks(n).size() > 100) { in activate()
266 unsigned ib = bundles->getBundle(LB.Number, false); in addConstraints()
273 unsigned ob = bundles->getBundle(LB.Number, true); in addConstraints()
286 unsigned ib = bundles->getBundle(B, false); in addPrefSpill()
287 unsigned ob = bundles->getBundle(B, true); in addPrefSpill()
297 unsigned ib = bundles->getBundle(Number, false); in addLinks()
298 unsigned ob = bundles->getBundle(Number, true); in addLinks()
[all …]
HDSpillPlacement.h45 const EdgeBundles *bundles = nullptr; variable
/freebsd-13-stable/contrib/file/magic/Magdir/
HDrevision13 # Type: Git bundles (git-bundle)
28 # Type: Mercurial bundles
39 # Type: Bazaar revision bundles and merge requests
HDmercurial4 # mercurial: file(1) magic for Mercurial changeset bundles
HDmsdos2419 # bundles a Publisher document *PNG.pub with all links into a CAB
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Passes/
HDMachinePassRegistry.def111 // MACHINE_FUNCTION_ANALYSIS("edge-bundles", EdgeBundlesAnalysis())
262 DUMMY_MACHINE_FUNCTION_PASS("unpack-mi-bundles", UnpackMachineBundlesPass)
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-symbolizer/
HDOpts.td41 "Path to .dSYM bundles to search for debug info for the object files">,
/freebsd-13-stable/crypto/openssl/
HDREADME.ENGINE222 This question is trickier - currently OpenSSL bundles various ENGINE
/freebsd-13-stable/contrib/llvm-project/lld/MachO/
HDOptions.td877 …ext<"Tell dyld to use a flat namespace on this executable and all its dependent dylibs & bundles">,
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Driver/
HDOptions.td1374 HelpText<"Link clang-offload-bundler bundles for HIP">;