Searched refs:DII (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | Local.cpp | 482 for (auto *DII : DbgUsers) { in replaceDbgUsesWithUndef() local 484 DII->setOperand(0, MetadataAsValue::get(DII->getContext(), in replaceDbgUsesWithUndef() 1533 if (DII == InsertBefore) in replaceDbgDeclare() 1535 DII->eraseFromParent(); in replaceDbgDeclare() 1619 doSalvage(DII, Ops); in salvageDebugInfo() 1625 doSalvage(DII, Ops); in salvageDebugInfo() 1734 for (auto *DII : Users) { in rewriteDebugUsers() local 1751 for (auto *DII : Users) { in rewriteDebugUsers() local 1856 return Identity(DII); in replaceAllDbgUsesWith() 2525 for (auto *DII : DbgUsers) in dropDebugUsers() local [all …]
|
| H A D | PromoteMemoryToRegister.cpp | 428 for (DbgVariableIntrinsic *DII : Info.DbgDeclares) { in rewriteSingleStoreAlloca() 431 DII->eraseFromParent(); in rewriteSingleStoreAlloca() 432 LBI.deleteValue(DII); in rewriteSingleStoreAlloca() 529 for (DbgVariableIntrinsic *DII : Info.DbgDeclares) { in promoteSingleBlockAlloca() 531 ConvertDebugDeclareToDebugValue(DII, SI, DIB); in promoteSingleBlockAlloca() 541 for (DbgVariableIntrinsic *DII : Info.DbgDeclares) { in promoteSingleBlockAlloca() 542 DII->eraseFromParent(); in promoteSingleBlockAlloca() 543 LBI.deleteValue(DII); in promoteSingleBlockAlloca() 692 for (auto *DII : Declares) in run() local 693 DII->eraseFromParent(); in run() [all …]
|
| H A D | LoopRotationUtils.cpp | 319 if (auto *DII = dyn_cast<DbgVariableIntrinsic>(&*I)) in rotateLoop() local 320 DbgIntrinsics.insert(makeHash(DII)); in rotateLoop() 349 if (auto *DII = dyn_cast<DbgVariableIntrinsic>(C)) in rotateLoop() local 350 if (DbgIntrinsics.count(makeHash(DII))) { in rotateLoop()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | ADCE.cpp | 511 if (auto *DII = dyn_cast<DbgVariableIntrinsic>(&I)) { in removeDeadInstructions() 513 if (AliveScopes.count(DII->getDebugLoc()->getScope())) in removeDeadInstructions() 519 if (Value *V = DII->getVariableLocation()) in removeDeadInstructions() 522 dbgs() << "Dropping debug info for " << *DII << "\n"; in removeDeadInstructions() 536 if (auto *DII = dyn_cast<DbgInfoIntrinsic>(&I)) { in removeDeadInstructions() local 538 if (AliveScopes.count(DII->getDebugLoc()->getScope())) in removeDeadInstructions()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/ |
| H A D | Local.h | 281 void ConvertDebugDeclareToDebugValue(DbgVariableIntrinsic *DII, 286 void ConvertDebugDeclareToDebugValue(DbgVariableIntrinsic *DII, 291 void ConvertDebugDeclareToDebugValue(DbgVariableIntrinsic *DII,
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Verifier.cpp | 4077 if (auto *DII = dyn_cast<DbgVariableIntrinsic>(&I)) in visitInstruction() local 4078 verifyFragmentExpression(*DII); in visitInstruction() 4628 DII.getRawVariable()); in visitDbgIntrinsic() 4631 DII.getRawExpression()); in visitDbgIntrinsic() 4634 if (MDNode *N = DII.getDebugLoc().getAsMDNode()) in visitDbgIntrinsic() 4638 BasicBlock *BB = DII.getParent(); in visitDbgIntrinsic() 4642 DILocalVariable *Var = DII.getVariable(); in visitDbgIntrinsic() 4643 DILocation *Loc = DII.getDebugLoc(); in visitDbgIntrinsic() 4645 &DII, BB, F); in visitDbgIntrinsic() 4662 AssertDI(DII.getExpression() && DII.getExpression()->getNumElements(), in visitDbgIntrinsic() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/ |
| H A D | InstructionCombining.cpp | 2322 for (auto *DII : DIIs) in visitAllocSite() local 2323 ConvertDebugDeclareToDebugValue(DII, SI, *DIB); in visitAllocSite() 2336 for (auto *DII : DIIs) in visitAllocSite() local 2337 eraseInstFromFunction(*DII); in visitAllocSite() 3102 for (auto *DII : DbgUsers) { in TryToSinkInstruction() local 3103 if (DII->getParent() == SrcBlock) { in TryToSinkInstruction() 3104 DII->moveBefore(&*InsertPos); in TryToSinkInstruction() 3105 LLVM_DEBUG(dbgs() << "SINK: " << *DII << '\n'); in TryToSinkInstruction()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGVTables.cpp | 131 if (auto *DII = dyn_cast<llvm::DbgVariableIntrinsic>(&I)) { in resolveTopLevelMetadata() local 132 auto *DILocal = DII->getVariable(); in resolveTopLevelMetadata()
|