Searched refs:isFreeCall (Results 1 - 10 of 10) sorted by path

/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h132 /// isFreeCall - Returns non-null if the value is a call to the builtin free()
133 const CallInst *isFreeCall(const Value *I, const TargetLibraryInfo *TLI);
135 static inline CallInst *isFreeCall(Value *I, const TargetLibraryInfo *TLI) { function in namespace:llvm
136 return const_cast<CallInst*>(isFreeCall((const Value*)I, TLI));
/external/llvm/lib/Analysis/IPA/
H A DGlobalsModRef.cpp277 if (isFreeCall(I, TLI))
453 } else if (isAllocationFn(&*II, TLI) || isFreeCall(&*II, TLI)) {
/external/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp316 /// isFreeCall - Returns non-null if the value is a call to the builtin free()
317 const CallInst *llvm::isFreeCall(const Value *I, const TargetLibraryInfo *TLI) { function in class:llvm
H A DMemoryDependenceAnalysis.cpp155 if (const CallInst *CI = isFreeCall(Inst, AA->getTargetLibraryInfo())) {
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp204 if (isFreeCall(&CI, TLI))
H A DInstructionCombining.cpp1783 if (isFreeCall(I, TLI)) {
/external/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp501 if (CallInst *F = isFreeCall(Inst, TLI)) {
/external/llvm/lib/Transforms/Utils/
H A DLocal.cpp308 if (CallInst *CI = isFreeCall(I, TLI))

Completed in 1233 milliseconds