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

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ModuleSummaryAnalysis.cpp 186 SmallVector<CallInst *, 4> Assumes;
187 findDevirtualizableCallsForTypeTest(DevirtCalls, Assumes, CI, DT);
ModuleSummaryAnalysis.cpp 186 SmallVector<CallInst *, 4> Assumes;
187 findDevirtualizableCallsForTypeTest(DevirtCalls, Assumes, CI, DT);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
WholeProgramDevirt.cpp 1782 SmallVector<CallInst *, 1> Assumes;
1784 findDevirtualizableCallsForTypeTest(DevirtCalls, Assumes, CI, DT);
1789 if (!Assumes.empty()) {
1796 // We no longer need the assumes or the type test.
1797 for (auto Assume : Assumes)
1812 // False, which will break any uses on assumes. Below we remove any type
1813 // test assumes that will not be treated as Unknown by LTT.
1815 // The type test assumes will be treated by LTT as Unsat if the type id is
1820 // For ThinLTO importing, we need to remove the type test assumes if this is
1823 // type test assumes can be kept. If the MDString type id is missing
    [all...]
WholeProgramDevirt.cpp 1782 SmallVector<CallInst *, 1> Assumes;
1784 findDevirtualizableCallsForTypeTest(DevirtCalls, Assumes, CI, DT);
1789 if (!Assumes.empty()) {
1796 // We no longer need the assumes or the type test.
1797 for (auto Assume : Assumes)
1812 // False, which will break any uses on assumes. Below we remove any type
1813 // test assumes that will not be treated as Unknown by LTT.
1815 // The type test assumes will be treated by LTT as Unsat if the type id is
1820 // For ThinLTO importing, we need to remove the type test assumes if this is
1823 // type test assumes can be kept. If the MDString type id is missing
    [all...]

Completed in 48 milliseconds