HomeSort by relevance Sort by last modified time
    Searched refs:hasGC (Results 1 - 13 of 13) sorted by null

  /external/llvm/lib/CodeGen/
GCMetadata.cpp 104 assert(F.hasGC());
155 if (F.hasGC()) return false;
GCStrategy.cpp 162 if (!I->isDeclaration() && I->hasGC())
250 if (!F.hasGC())
395 if (!MF.getFunction()->hasGC())
  /external/llvm/lib/VMCore/
Function.cpp 264 bool Function::hasGC() const {
270 assert(hasGC() && "Function has no collector");
307 if (SrcF->hasGC())
AsmWriter.cpp     [all...]
Verifier.cpp     [all...]
Core.cpp     [all...]
  /external/llvm/include/llvm/
Function.h 191 /// hasGC/getGC/setGC/clearGC - The name of the garbage collection algorithm
193 bool hasGC() const;
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 84 ID.AddBoolean(F->hasGC());
468 if (F1->hasGC() != F2->hasGC())
471 if (F1->hasGC() && F1->getGC() != F2->getGC())
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 432 if (F->hasGC()) {
512 Vals.push_back(F->hasGC() ? GCMap[F->getGC()] : 0);
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 472 if (F->hasGC()) {
552 Vals.push_back(F->hasGC() ? GCMap[F->getGC()] : 0);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 273 GFI = Fn.hasGC() ? &getAnalysis<GCModuleInfo>().getFunctionInfo(Fn) : 0;
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]

Completed in 839 milliseconds