Home
last modified time | relevance | path

Searched refs:set_subtract (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm/ADT/
DSetOperations.h63 void set_subtract(S1Ty &S1, const S2Ty &S2) { in set_subtract() function
DSetVector.h249 void set_subtract(const STy &S) { in set_subtract() function
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DSetOperations.h63 void set_subtract(S1Ty &S1, const S2Ty &S2) { in set_subtract() function
/external/swiftshader/third_party/LLVM/lib/Linker/
DLinkArchives.cpp189 set_subtract(UndefinedSymbols, NotDefinedByArchive); in LinkInArchive()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineVerifier.cpp822 set_subtract(regsLive, regsKilled); regsKilled.clear(); in visitMachineInstrAfter()
823 set_subtract(regsLive, regsDead); regsDead.clear(); in visitMachineInstrAfter()
/external/llvm/lib/CodeGen/
DMachineVerifier.cpp1353 set_subtract(regsLive, regsKilled); regsKilled.clear(); in visitMachineBundleAfter()
1362 set_subtract(regsLive, regsDead); regsDead.clear(); in visitMachineBundleAfter()
/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp2488 Data.LiveIn[&BB].set_subtract(Data.KillSet[&BB]); in computeLiveInValues()
2517 LiveTmp.set_subtract(Data.KillSet[BB]); in computeLiveInValues()