Searched defs:remove_if (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DMapVector.h133 /// usually better to use \a remove_if() if possible.
165 template <class Predicate> void remove_if(Predicate Pred);
170 void MapVector<KeyT, ValueT, MapType, VectorType>::remove_if(Function Pred) { function in class:llvm::MapVector
/external/llvm/lib/IR/
H A DLLVMContextImpl.h1000 template <class PredTy> void remove_if(PredTy shouldRemove) { function in class:llvm::MDAttachmentMap
1002 std::remove_if(Attachments.begin(), Attachments.end(), shouldRemove),
/external/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp440 template <typename UnaryPredicate> bool remove_if(UnaryPredicate P) { function in class:__anon12580::NodeSet
441 return Nodes.remove_if(P);
1941 J->remove_if([&](SUnit *SUJ) { return I->count(SUJ); });

Completed in 497 milliseconds