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

  /external/llvm/lib/IR/
Instructions.cpp 104 Value *Removed = getIncomingValue(Idx);
124 return Removed;
    [all...]
  /external/llvm/lib/Linker/
IRMover.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
PGOInstrumentation.cpp 210 bool Removed;
213 : SrcBB(Src), DestBB(Dest), Weight(W), InMST(false), Removed(false),
217 return (Twine(Removed ? "-" : " ") + (InMST ? " " : "*") +
274 if (E->Removed)
309 if (E->InMST || E->Removed)
337 E->Removed = true;
349 if (!E->InMST && !E->Removed)
450 if (E->Removed)
517 // FIXME: This function should be removed once the functionality in
549 if (!E->Removed) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instructions.cpp 114 Value *Removed = getIncomingValue(Idx);
134 return Removed;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h     [all...]

Completed in 202 milliseconds