Home
last modified time | relevance | path

Searched refs:CtxI (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/Analysis/
DValueTracking.h244 const Instruction *CtxI = nullptr,
254 const Instruction *CtxI = nullptr,
283 const Instruction *CtxI = nullptr,
307 const Instruction *CtxI = nullptr,
/external/llvm/lib/Analysis/
DValueTracking.cpp3120 const Instruction *CtxI, in isDereferenceableFromAttribute() argument
3157 if (!CheckForNonNull || isKnownNonNullAt(BV, CtxI, DT, TLI)) in isDereferenceableFromAttribute()
3164 const Instruction *CtxI, in isDereferenceableFromAttribute() argument
3173 return isDereferenceableFromAttribute(V, Offset, Ty, DL, CtxI, DT, TLI); in isDereferenceableFromAttribute()
3204 const Instruction *CtxI, const DominatorTree *DT, in isDereferenceableAndAlignedPointer() argument
3227 CtxI, DT, TLI, Visited); in isDereferenceableAndAlignedPointer()
3240 if (isDereferenceableFromAttribute(V, DL, CtxI, DT, TLI)) in isDereferenceableAndAlignedPointer()
3253 if (!isDereferenceableAndAlignedPointer(Base, Align, DL, CtxI, DT, TLI, in isDereferenceableAndAlignedPointer()
3275 RelocateInst.getDerivedPtr(), Align, DL, CtxI, DT, TLI, Visited); in isDereferenceableAndAlignedPointer()
3280 CtxI, DT, TLI, Visited); in isDereferenceableAndAlignedPointer()
[all …]
/external/llvm/lib/Transforms/Scalar/
DLICM.cpp91 const Instruction *CtxI = nullptr);
693 const Instruction *CtxI) { in isSafeToExecuteUnconditionally() argument
694 if (isSafeToSpeculativelyExecute(&Inst, CtxI, DT, TLI)) in isSafeToExecuteUnconditionally()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h375 Instruction &CtxI, Value *&OperationResult,