Searched refs:CtxI (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | ValueTracking.h | 244 const Instruction *CtxI = nullptr, 254 const Instruction *CtxI = nullptr, 283 const Instruction *CtxI = nullptr, 307 const Instruction *CtxI = nullptr,
|
/external/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 3120 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/ |
D | LICM.cpp | 91 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/ |
D | InstCombineInternal.h | 375 Instruction &CtxI, Value *&OperationResult,
|