Searched defs:CurrentLocOps (Results 1 – 1 of 1) sorted by relevance
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 2219 uint64_t CurrentLocOps = 0; salvageDbgAssignAddress() local 2282 uint64_t CurrentLocOps = SalvagedExpr->getNumLocationOperands(); salvageDebugInfoForDbgValues() local 2344 uint64_t CurrentLocOps = SalvagedExpr->getNumLocationOperands(); salvageDebugInfoForDbgValues() local 2390 getSalvageOpsForGEP(GetElementPtrInst * GEP,const DataLayout & DL,uint64_t CurrentLocOps,SmallVectorImpl<uint64_t> & Opcodes,SmallVectorImpl<Value * > & AdditionalValues) getSalvageOpsForGEP() argument 2445 handleSSAValueOperands(uint64_t CurrentLocOps,SmallVectorImpl<uint64_t> & Opcodes,SmallVectorImpl<Value * > & AdditionalValues,Instruction * I) handleSSAValueOperands() argument 2457 getSalvageOpsForBinOp(BinaryOperator * BI,uint64_t CurrentLocOps,SmallVectorImpl<uint64_t> & Opcodes,SmallVectorImpl<Value * > & AdditionalValues) getSalvageOpsForBinOp() argument 2516 getSalvageOpsForIcmpOp(ICmpInst * Icmp,uint64_t CurrentLocOps,SmallVectorImpl<uint64_t> & Opcodes,SmallVectorImpl<Value * > & AdditionalValues) getSalvageOpsForIcmpOp() argument 2545 salvageDebugInfoImpl(Instruction & I,uint64_t CurrentLocOps,SmallVectorImpl<uint64_t> & Ops,SmallVectorImpl<Value * > & AdditionalValues) salvageDebugInfoImpl() argument [all...] |