HomeSort by: relevance | last modified time | path
    Searched defs:isAnalyzed (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RegisterCoalescer.cpp 2414 bool isAnalyzed() const { return WriteLanes.any(); }
2630 assert(!V.isAnalyzed() && "Value has already been analyzed!");
2719 if (!OtherV.isAnalyzed())
2862 if (V.isAnalyzed()) {
2873 assert(Other.Vals[V.OtherVNI->id].isAnalyzed() && "Missing recursion");
RegisterCoalescer.cpp 2414 bool isAnalyzed() const { return WriteLanes.any(); }
2630 assert(!V.isAnalyzed() && "Value has already been analyzed!");
2719 if (!OtherV.isAnalyzed())
2862 if (V.isAnalyzed()) {
2873 assert(Other.Vals[V.OtherVNI->id].isAnalyzed() && "Missing recursion");

Completed in 82 milliseconds