Home
last modified time | relevance | path

Searched refs:isFreeCall (Results 1 – 16 of 16) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DMemoryBuiltins.h76 const CallInst *isFreeCall(const Value *I);
78 static inline CallInst *isFreeCall(Value *I) { in isFreeCall() function
79 return const_cast<CallInst*>(isFreeCall((const Value*)I)); in isFreeCall()
/external/llvm/include/llvm/Analysis/
DMemoryBuiltins.h121 const CallInst *isFreeCall(const Value *I, const TargetLibraryInfo *TLI);
123 static inline CallInst *isFreeCall(Value *I, const TargetLibraryInfo *TLI) { in isFreeCall() function
124 return const_cast<CallInst*>(isFreeCall((const Value*)I, TLI)); in isFreeCall()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DMemoryBuiltins.cpp188 const CallInst *llvm::isFreeCall(const Value *I) { in isFreeCall() function in llvm
DMemoryDependenceAnalysis.cpp151 if (const CallInst *CI = isFreeCall(Inst)) { in GetLocation()
/external/swiftshader/third_party/LLVM/lib/Analysis/IPA/
DGlobalsModRef.cpp265 } else if (isFreeCall(U)) { in AnalyzeUsesOfPointer()
468 isFreeCall(&cast<Instruction>(*II))) { in AnalyzeCallGraph()
/external/llvm/lib/Analysis/
DGlobalsModRef.cpp359 if (CS.isArgOperand(&U) && isFreeCall(I, &TLI)) { in AnalyzeUsesOfPointer()
551 if (isAllocationFn(&I, &TLI) || isFreeCall(&I, &TLI)) { in AnalyzeCallGraph()
DCFLGraph.h379 isFreeCall(Inst, &TLI)) in visitCallSite()
DMemoryBuiltins.cpp310 const CallInst *llvm::isFreeCall(const Value *I, const TargetLibraryInfo *TLI) { in isFreeCall() function in llvm
DMemoryDependenceAnalysis.cpp122 if (const CallInst *CI = isFreeCall(Inst, &TLI)) { in GetLocation()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DDeadStoreElimination.cpp431 if (CallInst *F = isFreeCall(Inst)) { in runOnBasicBlock()
/external/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp878 if (CallInst *F = isFreeCall(&*BBI, TLI)) { in eliminateDeadStores()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCalls.cpp173 if (isFreeCall(&CI)) in visitCallInst()
DInstructionCombining.cpp1103 if (isFreeCall(U)) { in IsOnlyNullComparedAndFreed()
/external/llvm/lib/Transforms/Utils/
DLocal.cpp339 if (CallInst *CI = isFreeCall(I, TLI)) in isInstructionTriviallyDead()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1931 if (isFreeCall(I, TLI)) { in isAllocSiteRemovable()
DInstCombineCalls.cpp1249 if (isFreeCall(&CI, TLI)) in visitCallInst()