Home
last modified time | relevance | path

Searched defs:EraseFromParent (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DTracker.cpp44 EraseFromParent::EraseFromParent(std::unique_ptr<sandboxir::Value> &&ErasedIPtr, in EraseFromParent() function in EraseFromParent
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DSandboxIR.h514 friend class EraseFromParent; // For getLLVMInstrs(). variable
839 friend class EraseFromParent; // For registerValue(). variable
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchExpandPseudoInsts.cpp500 bool EraseFromParent) { in expandLargeAddressLoad()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp278 auto EraseFromParent = [&](Instruction *I) { in CleanupConstantGlobalUsers() local