Searched refs:set_subtract (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DSetOperations.h60 /// set_subtract(A, B) - Compute A := A - B
63 void set_subtract(S1Ty &S1, const S2Ty &S2) { function in namespace:llvm
/external/llvm/lib/Linker/
H A DLinkArchives.cpp130 // variable is used to "set_subtract" from the set of undefined symbols.
188 set_subtract(UndefinedSymbols, NotDefinedByArchive);
/external/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1087 set_subtract(regsLive, regsKilled); regsKilled.clear();
1096 set_subtract(regsLive, regsDead); regsDead.clear();

Completed in 91 milliseconds