OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dropAllReferences
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/IR/
Globals.cpp
418
void GlobalVariable::
dropAllReferences
() {
419
User::
dropAllReferences
();
BasicBlock.cpp
89
dropAllReferences
();
259
void BasicBlock::
dropAllReferences
() {
261
I.
dropAllReferences
();
Metadata.cpp
702
void MDNode::
dropAllReferences
() {
748
//
dropAllReferences
(), but we still need the use-list).
1110
dropAllReferences
();
DebugInfoMetadata.cpp
1616
void DIArgList::
dropAllReferences
() {
1619
MDNode::
dropAllReferences
();
Function.cpp
412
dropAllReferences
(); // After this it is safe to delete instructions.
503
//
dropAllReferences
() - This function causes all the subinstructions to "let
511
void Function::
dropAllReferences
() {
515
BB.
dropAllReferences
();
524
User::
dropAllReferences
();
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
VPlan.cpp
363
void VPBasicBlock::
dropAllReferences
(VPValue *NewValue) {
437
void VPRegionBlock::
dropAllReferences
(VPValue *NewValue) {
441
Block->
dropAllReferences
(NewValue);
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Metadata.h
924
void
dropAllReferences
();
1149
~MDTuple() {
dropAllReferences
(); }
1451
void
dropAllReferences
() { clearOperands(); }
Completed in 28 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026