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

  /src/external/apache2/llvm/dist/clang/include/clang/DirectoryWatcher/
DirectoryWatcher.h 36 /// might receive Removed notification without any prior Added notification.
68 Removed,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
CSEInfo.cpp 103 bool Removed = CSEMap.RemoveNode(UMI);
104 (void)Removed;
105 assert(Removed && "Invalidation called on invalid UMI");
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineBlockPlacement.cpp 365 /// Member variable for convenience. It may be removed by duplication deep
2935 /// it was duplicated into its chain predecessor and removed.
2939 /// Updated to be the chain end if LPred is removed.
2946 /// only needed if \p BB is removed and
2948 /// @return true if \p BB was removed.
2954 bool Removed, DuplicatedToLPred;
2956 Removed = maybeTailDuplicateBlock(BB, LPred, Chain, BlockFilter,
2959 if (!Removed)
2966 while (DuplicatedToLPred && Removed) {
2969 // removed. On the first pass through the loop, the chain end should be th
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Linker/
IRMover.cpp 1584 bool Removed = OpaqueStructTypes.erase(Ty);
1585 (void)Removed;
1586 assert(Removed);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 225 bool Removed = false;
233 return (Twine(Removed ? "-" : " ") + (InMST ? " " : "*") +
758 if (E.InMST || E.Removed)
795 E.Removed = true;
885 return E->Removed || (!E->InMST && !E->Place);
PGOInstrumentation.cpp 527 bool Removed = false;
535 return (Twine(Removed ? "-" : " ") + (InMST ? " " : "*") +
638 if (E->Removed)
794 if (E->Removed)
809 if (E->InMST || E->Removed)
856 E->Removed = true;
1048 if (E->Removed)
1155 // FIXME: This function should be removed once the functionality in
1209 if (E->Removed || E->InMST)
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Instructions.cpp 110 Value *Removed = getIncomingValue(Idx);
130 return Removed;
4154 // Copy the last case to the place of the removed one and shrink.

Completed in 79 milliseconds