HomeSort by relevance Sort by last modified time
    Searched refs:KillSet (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
LiveDebugValues.cpp 167 /// Terminate all open ranges listed in \c KillSet by removing
169 void erase(const VarLocSet &KillSet, const VarLocMap &VarLocIDs) {
170 VarLocs.intersectWithComplement(KillSet);
171 for (unsigned ID : KillSet)
310 SparseBitVector<> KillSet;
318 KillSet.set(ID);
327 KillSet.set(ID);
331 OpenRanges.erase(KillSet, VarLocIDs);
  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp 141 MapVector<BasicBlock *, SetVector<Value *>> KillSet;
    [all...]

Completed in 87 milliseconds