|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/CodeGen/MachineFunction.h 684 void remove(MachineBasicBlock *MBBI) { BasicBlocks.remove(MBBI); }
include/llvm/CodeGen/SelectionDAG.h 1375 AllNodes.insert(Position, AllNodes.remove(N));
lib/Analysis/CallGraph.cpp 126 M.getFunctionList().remove(F);
lib/Analysis/MemorySSA.cpp 1853 Accesses->remove(MA);
lib/CodeGen/MachineBasicBlock.cpp 1164 return Insts.remove(MI);
lib/CodeGen/SelectionDAG/SelectionDAG.cpp 775 NodeAllocator.Deallocate(AllNodes.remove(N));
8570 SortedPos = AllNodes.insert(SortedPos, AllNodes.remove(P));
lib/Transforms/Utils/CodeExtractor.cpp 1333 oldBlocks.remove(Block);
lib/Transforms/Vectorize/SLPVectorizer.cpp 4906 BS->BB->getInstList().remove(pickedInst);
unittests/ADT/IListTest.cpp 250 L1.remove(&N);
302 L2.remove(&N);