HomeSort by relevance Sort by last modified time
    Searched defs:Removed (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/IR/
Instructions.cpp 104 Value *Removed = getIncomingValue(Idx);
124 return Removed;
    [all...]
  /external/llvm/lib/Analysis/
LazyCallGraph.cpp 125 "We can't have removed edges before we finish the constructor!");
359 bool Removed = CalleeC.ParentSCCs.erase(this);
360 (void)Removed;
361 assert(Removed &&
519 "SCCs before we removed this edge.");
  /external/avahi/avahi-sharp/
Client.cs 39 Removed,
  /external/llvm/lib/Transforms/Instrumentation/
PGOInstrumentation.cpp 177 bool Removed;
180 : SrcBB(Src), DestBB(Dest), Weight(W), InMST(false), Removed(false),
184 return (Twine(Removed ? "-" : " ") + (InMST ? " " : "*") +
241 if (E->Removed)
276 if (E->InMST || E->Removed)
304 E->Removed = true;
316 if (!E->InMST && !E->Removed)
394 if (E->Removed)
428 // FIXME: This function should be removed once the functionality in
474 if (!E->Removed) {
    [all...]
  /external/llvm/lib/Target/WebAssembly/
Relooper.cpp 238 BlockSet Removed;
268 Removed.insert(Original);
277 for (const auto &iter : Removed)
    [all...]
  /external/llvm/lib/Linker/
IRMover.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h     [all...]

Completed in 225 milliseconds