Searched refs:Removed (Results 1 - 23 of 23) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DLiveVariables.h216 bool Removed = false;
221 Removed = true;
226 assert(Removed && "Register is not used by this instruction!");
227 (void)Removed;
252 bool Removed = false;
257 Removed = true;
261 assert(Removed && "Register is not defined by this instruction!");
262 (void)Removed;
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DLiveVariables.h223 bool Removed = false;
228 Removed = true;
233 assert(Removed && "Register is not used by this instruction!");
234 (void)Removed;
259 bool Removed = false;
264 Removed = true;
268 assert(Removed && "Register is not defined by this instruction!");
269 (void)Removed;
/external/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp609 void updateDomTree(ArrayRef<MachineBasicBlock*> Removed);
610 void updateLoops(ArrayRef<MachineBasicBlock*> Removed);
639 void EarlyIfConverter::updateDomTree(ArrayRef<MachineBasicBlock*> Removed) { argument
644 for (unsigned i = 0, e = Removed.size(); i != e; ++i) {
645 MachineDomTreeNode *Node = DomTree->getNode(Removed[i]);
651 DomTree->eraseNode(Removed[i]);
656 void EarlyIfConverter::updateLoops(ArrayRef<MachineBasicBlock*> Removed) { argument
661 for (unsigned i = 0, e = Removed.size(); i != e; ++i)
662 Loops->removeBlock(Removed[i]);
/external/syslinux/com32/lib/libpng/
H A DCHANGES246 More type casting. Removed erroneous overflow test in pngmem.c.
279 Removed "beta" language from documentation.
309 Removed #ifdef/#endif around a png_free() in pngread.c
320 Removed references to IJG and JPEG in the ansi2knr.c copyright statement.
405 Removed lines after Dynamic Dependencies" in makefile.aco .
407 Removed trailing blanks from all files.
409 Removed misplaced #endif and #ifdef PNG_NO_EXTERN near the end of png.h
432 Removed ansi2knr.c and left pointers to the latest source for ansi2knr.c
494 Removed unused PLTE entries from pngnow.png
504 Removed som
[all...]
/external/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp210 bool Removed; member in struct:__anon13322::PGOEdge
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)
549 if (!E->Removed) {
639 if (E->Removed)
[all...]
H A DCFGMST.h40 // when Removed is set.
146 if (Ei->Removed)
157 if (Ei->Removed)
176 << " (*: Instrument, C: CriticalEdge, -: Removed)\n";
/external/llvm/lib/Target/AArch64/
H A DAArch64ConditionalCompares.cpp744 void updateDomTree(ArrayRef<MachineBasicBlock *> Removed);
745 void updateLoops(ArrayRef<MachineBasicBlock *> Removed);
780 ArrayRef<MachineBasicBlock *> Removed) {
784 for (MachineBasicBlock *RemovedMBB : Removed) {
796 AArch64ConditionalCompares::updateLoops(ArrayRef<MachineBasicBlock *> Removed) { argument
799 for (MachineBasicBlock *RemovedMBB : Removed)
779 updateDomTree( ArrayRef<MachineBasicBlock *> Removed) argument
/external/ImageMagick/coders/
H A DAndroid.mk149 #tiff.c\ # Removed because requires LIBTIFF
/external/abi-compliance-checker/modules/Internals/
H A DSysCheck.pm169 my (%Added, %Removed) = ();
227 $Removed{$LName}{"version"} = $V;
236 $Removed{$LName}{"list"} = $ListPath;
549 $STAT{$Comp}{"removed"} = keys(%Removed);
649 my $Total = (keys(%TestResults) + keys(%Added) + keys(%Removed) - keys(%SONAME_Changed));
665 $SYS_REPORT .= "<th rowspan='2'>Removed<br/>Symbols</th>\n";
683 foreach my $LName (sort {lc($a) cmp lc($b)} (keys(%TestResults), keys(%Added), keys(%Removed)))
693 if(defined $Removed{$LName}) {
694 $SYS_REPORT .= "<td class='failed ver'>".printVer($Removed{$LName}{"version"})."</td>\n";
737 elsif(defined $Removed{
[all...]
/external/openssh/contrib/suse/
H A Dopenssh.spec79 - Removed accidental inclusion of --without-zlib-version-check
90 - Removed patches that included /etc/pam.d/sshd, /sbin/init.d/rc.sshd, and
/external/aac/libSYS/src/
H A Dcmdl_parser.cpp109 static void RemoveWhiteSpace(const TEXTCHAR* pReqArgs, TEXTCHAR* Removed);
/external/llvm/lib/Analysis/
H A DLazyCallGraph.cpp942 bool Removed = TargetRC.Parents.erase(this);
943 (void)Removed;
944 assert(Removed &&
/external/llvm/lib/Linker/
H A DIRMover.cpp1312 bool Removed = OpaqueStructTypes.erase(Ty); local
1313 (void)Removed;
1314 assert(Removed);
/external/eigen/Eigen/src/Core/
H A DDenseBase.h310 template<unsigned int Added,unsigned int Removed>
/external/eigen/Eigen/src/Core/util/
H A DForwardDeclarations.h79 template<typename ExpressionType, unsigned int Added, unsigned int Removed> class Flagged;
/external/swiftshader/third_party/LLVM/tools/bugpoint/
H A DCrashDebugger.cpp55 virtual TestResult doTest(std::vector<std::string> &Removed,
/external/testng/src/main/java/org/testng/internal/
H A DUtils.java641 buf.append("... Removed " + excludedCount + " stack frames");
/external/llvm/tools/bugpoint/
H A DCrashDebugger.cpp69 TestResult doTest(std::vector<std::string> &Removed,
/external/ImageMagick/www/api/
H A Dlist.php665 <p>SpliceImageIntoList() removes 'length' images from the list and replaces them with the specified splice. Removed images are returned.</p>
/external/icu/icu4c/source/data/
H A Dmakedata.mak513 # 2010-dec Removed pnames.icu.
615 # 2005-may-05 Removed Unicode properties files (unorm.icu, uprops.icu, ucase.icu, ubidi.icu)
/external/abi-compliance-checker/
H A Dabi-compliance-checker.pl10827 my ($Added, $Removed) = (0, 0);
10881 $Removed+=1;
15862 my ($Added, $Removed, $I_Problems_High, $I_Problems_Medium, $I_Problems_Low, $T_Problems_High,
15913 $Removed += 1;
16014 $RESULT{$Level}{"Problems"} += $Removed;
16138 $Problem_Summary .= " <removed_symbols>".$Removed."</removed_symbols>\n";
16321 if($Removed>0)
16324 $Removed_Link = "<a href='#".$Level."_Removed' style='color:Blue;'>$Removed</a>"
16327 $Removed_Link = "<a href='#Removed' style='color:Blue;'>$Removed</
[all...]
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DInstructions.cpp114 Value *Removed = getIncomingValue(Idx); local
134 return Removed;
/external/llvm/lib/IR/
H A DInstructions.cpp104 Value *Removed = getIncomingValue(Idx); local
124 return Removed;

Completed in 695 milliseconds