Searched refs:set_subtract (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | SetOperations.h | 106 template <class S1Ty, class S2Ty> void set_subtract(S1Ty &S1, const S2Ty &S2) { in set_subtract() function 140 void set_subtract(S1Ty &S1, const S2Ty &S2, S1Ty &Removed, S1Ty &Remaining) { in set_subtract() function
|
H A D | SetVector.h | 315 /// TODO: We should be able to use set_subtract from SetOperations.h, but 318 void set_subtract(const STy &S) { in set_subtract() function
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | MemProfContextDisambiguation.cpp | 1150 set_subtract(Edge->getContextIds(), RemainingContextIds, NewEdgeContextIds, in connectNewNode() 1364 set_subtract(PrevEdge->getContextIds(), SavedContextIds); in assignStackNodesPostOrder() 1527 set_subtract(StackSequenceContextIds, PE->getContextIds()); in updateStackNodes() 1562 set_subtract(LastNodeContextIds, StackSequenceContextIds); in updateStackNodes() 2558 set_subtract(Edge->ContextIds, ContextIdsToMove); in moveEdgeToExistingCalleeClone() 2569 set_subtract(OldCalleeEdge->getContextIds(), EdgeContextIdsToMove); in moveEdgeToExistingCalleeClone()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FlagsCopyLowering.cpp | 374 Copies.set_subtract(RemovedCopies); in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIFixSGPRCopies.cpp | 1032 SI.SChain.set_subtract(C.SChain); in lowerVGPR2SGPRCopies()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.cpp | 3295 Data.LiveIn[&BB].set_subtract(Data.KillSet[&BB]); in computeLiveInValues() 3324 LiveTmp.set_subtract(Data.KillSet[BB]); in computeLiveInValues()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineVerifier.cpp | 2970 set_subtract(regsLive, regsKilled); regsKilled.clear(); in visitMachineBundleAfter() 2979 set_subtract(regsLive, regsDead); regsDead.clear(); in visitMachineBundleAfter()
|