Searched refs:CallB (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | AliasAnalysisEvaluator.cpp | 70 CallBase *CallB, Module *M) { in PrintModRefResults() 72 errs() << " " << Msg << ": " << *CallA << " <-> " << *CallB << '\n'; in PrintModRefResults() local 283 for (CallBase *CallB : Calls) { in runInternal() 284 if (CallA == CallB) in runInternal() 286 switch (AA.getModRefInfo(CallA, CallB)) { in runInternal() 288 PrintModRefResults("NoModRef", PrintNoModRef, CallA, CallB, in runInternal() 293 PrintModRefResults("Just Mod", PrintMod, CallA, CallB, F.getParent()); in runInternal() 297 PrintModRefResults("Just Ref", PrintRef, CallA, CallB, F.getParent()); in runInternal() 301 PrintModRefResults("Both ModRef", PrintModRef, CallA, CallB, in runInternal() 306 PrintModRefResults("Must", PrintMust, CallA, CallB, in runInternal() 69 PrintModRefResults(const char *Msg, bool P, CallBase *CallA, CallBase *CallB, Module *M) PrintModRefResults() argument [all...] |
H A D | MemoryDependenceAnalysis.cpp | 212 if (auto *CallB = dyn_cast<CallBase>(Inst)) { in getCallDependencyFrom() 214 if (isNoModRef(AA.getModRefInfo(Call, CallB))) { in getCallDependencyFrom() 218 Call->isIdenticalToWhenDefined(CallB)) in getCallDependencyFrom() 221 // Otherwise if the two calls don't interact (e.g. CallB is readnone) in getCallDependencyFrom()
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_calltip.py | 236 class CallB(NoCall): class 242 (CallB(), '(a, b, c)')):
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ |
H A D | MIRParser.cpp | 363 auto CallB = std::next(MF.begin(), MILoc.BlockNum); in initializeCallSiteInfo() 364 if (MILoc.Offset >= CallB->size()) in initializeCallSiteInfo() 369 auto CallI = std::next(CallB->instr_begin(), MILoc.Offset); in initializeCallSiteInfo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | WholeProgramDevirt.cpp | 1653 IRBuilder<> CallB((Preds.size() == 1 && !HasNonCallUses) ? Preds[0] : CI); in scanTypeCheckedLoadUsers() 1654 CallInst *TypeTestCall = CallB.CreateCall(TypeTestFunc, {Ptr, TypeIdValue}); in scanTypeCheckedLoadUsers()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | GVN.cpp | 2299 if (auto *CallB = dyn_cast<CallBase>(CurInst)) in performScalarPRE() 2300 if (CallB->isInlineAsm()) in performScalarPRE()
|
Completed in 13 milliseconds