HomeSort by: relevance | last modified time | path
    Searched refs:Dangling (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
PseudoProbe.h 32 Dangling = 0x2, // The probe is dangling.
89 return Attr & (uint32_t)PseudoProbeAttributes::Dangling;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
PseudoProbeInserter.cpp 89 // are not dangling.
95 // Move the dangling probe before FirstInstr.
103 // called dangling probes. Since there's no good way to pick up a sample
104 // collection point for dangling probes at compile time, they are being
110 MI.addPseudoProbeAttribute(PseudoProbeAttributes::Dangling);
115 // Remove redundant dangling probes. Same dangling probes are redundant
139 (uint32_t)PseudoProbeAttributes::Dangling)
RegAllocFast.cpp 429 assert(NewDV->getParent() == MBB && "dangling parent pointer");
645 SmallVectorImpl<MachineInstr*> &Dangling = UDBGValIter->second;
646 for (MachineInstr *DbgValue : Dangling) {
669 Dangling.clear();
MachineBasicBlock.cpp 911 /// i.e, /c this, to before /c ToMBB and tag them dangling. Note that this is
918 MI.addPseudoProbeAttribute(PseudoProbeAttributes::Dangling);
  /src/external/apache2/llvm/dist/llvm/lib/IR/
PseudoProbe.cpp 117 /// i.e, /c From, to before /c To and tag them dangling. Note that this is
124 addPseudoProbeAttribute(*II, PseudoProbeAttributes::Dangling);
135 /// Same dangling probes in one blocks are redundant since they all have the
160 (uint32_t)PseudoProbeAttributes::Dangling)

Completed in 124 milliseconds