/external/compiler-rt/test/BlocksRuntime/ |
D | testfilerunner.h | 85 bool hasGC; local 99 @property bool hasObjC, hasRR, hasGC, hasCPlusPlus, wantsC99, supposedToNotCompile, open, wants32, …
|
D | testfilerunner.m | 245 @synthesize hasObjC, hasRR, hasGC, hasCPlusPlus, wantsC99, supposedToNotCompile, open, wants32, wan… 313 if (!hasGC && (options & (DoGC|DoGCRR))) return nil; // not smart enough 442 if (strstr(line, "GC")) item.hasGC = true; 477 if (item.hasGC || item.hasRR) item.hasObjC = true; 523 result.hasGC = true; 531 result.hasGC = true; 555 hasGC ? " GC" : "",
|
/external/llvm/lib/CodeGen/ |
D | GCRootLowering.cpp | 118 if (!I->isDeclaration() && I->hasGC()) in doInitialization() 186 if (!F.hasGC()) in runOnFunction() 332 if (!MF.getFunction()->hasGC()) in runOnMachineFunction()
|
D | GCMetadata.cpp | 63 assert(F.hasGC()); in getFunctionInfo() 111 if (F.hasGC()) in runOnFunction()
|
D | ShadowStackGCLowering.cpp | 268 if (F.hasGC() && F.getGC() == std::string("shadow-stack")) { in doInitialization() 383 if (!F.hasGC() || in runOnFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | GCRootLowering.cpp | 117 if (!I->isDeclaration() && I->hasGC()) in doInitialization() 185 if (!F.hasGC()) in runOnFunction() 331 if (!MF.getFunction().hasGC()) in runOnMachineFunction()
|
D | GCMetadata.cpp | 69 assert(F.hasGC()); in getFunctionInfo() 117 if (F.hasGC()) in runOnFunction()
|
D | ShadowStackGCLowering.cpp | 171 if (F.hasGC() && F.getGC() == std::string("shadow-stack")) { in doInitialization() 286 if (!F.hasGC() || in runOnFunction()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Function.cpp | 264 bool Function::hasGC() const { in hasGC() function in Function 270 assert(hasGC() && "Function has no collector"); in getGC() 307 if (SrcF->hasGC()) in copyAttributesFrom()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | GCStrategy.cpp | 162 if (!I->isDeclaration() && I->hasGC()) in doInitialization() 250 if (!F.hasGC()) in runOnFunction() 395 if (!MF.getFunction()->hasGC()) in runOnMachineFunction()
|
D | GCMetadata.cpp | 104 assert(F.hasGC()); in getFunctionInfo() 155 if (F.hasGC()) return false; in runOnFunction()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | MergeFunctions.cpp | 84 ID.AddBoolean(F->hasGC()); in profileFunction() 468 if (F1->hasGC() != F2->hasGC()) in compare() 471 if (F1->hasGC() && F1->getGC() != F2->getGC()) in compare()
|
/external/v8/tools/gcmole/ |
D | gcmole.cc | 279 bool hasGC() { return (effect_ & kCausesGC) != 0; } in hasGC() function in __anon85d096280111::ExprEffect 337 Environment out = effect.hasGC() ? Environment() : Environment(*this); in ApplyEffect() 461 if (in.hasGC()) gc_.set(arg); in SetEffect() 513 Environment* a_env = b.hasGC() ? NULL : a.env(); in MergeSeq()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | FunctionComparator.cpp | 802 if (int Res = cmpNumbers(FnL->hasGC(), FnR->hasGC())) in compareSignature() 805 if (FnL->hasGC()) { in compareSignature()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Function.h | 197 bool hasGC() const;
|
/external/llvm/lib/IR/ |
D | Function.cpp | 418 assert(hasGC() && "Function has no collector"); in getGC() 428 if (!hasGC()) in clearGC() 444 if (SrcF->hasGC()) in copyAttributesFrom()
|
/external/llvm/include/llvm/IR/ |
D | Function.h | 223 bool hasGC() const {
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Function.h | 246 bool hasGC() const { in hasGC() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Function.cpp | 453 assert(hasGC() && "Function has no collector"); in getGC() 463 if (!hasGC()) in clearGC() 475 if (Src->hasGC()) in copyAttributesFrom()
|
/external/llvm/lib/Transforms/Scalar/ |
D | PlaceSafepoints.cpp | 442 if (F.hasGC()) { in shouldRewriteFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Function.h | 335 bool hasGC() const { in hasGC() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | PlaceSafepoints.cpp | 451 if (F.hasGC()) { in shouldRewriteFunction()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 920 if (CalledFunc->hasGC()) { in InlineFunction() 921 if (!Caller->hasGC()) in InlineFunction()
|
/external/llvm/lib/Transforms/IPO/ |
D | MergeFunctions.cpp | 1226 if (int Res = cmpNumbers(FnL->hasGC(), FnR->hasGC())) in compare() 1229 if (FnL->hasGC()) { in compare()
|
/external/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 1391 if (CalledFunc->hasGC()) { in InlineFunction() 1392 if (!Caller->hasGC()) in InlineFunction()
|