HomeSort by: relevance | last modified time | path
    Searched refs:AllChecks (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopDistribute.cpp 796 const auto &AllChecks = RtPtrChecking->getChecks();
797 auto Checks = includeOnlyCrossPartitionChecks(AllChecks, PtrToPartition,
906 const SmallVectorImpl<RuntimePointerCheck> &AllChecks,
911 copy_if(AllChecks, std::back_inserter(Checks),
LoopPredication.cpp 809 Value *AllChecks = Builder.CreateAnd(Checks);
811 Guard->setOperand(0, AllChecks);
835 Value *AllChecks = Builder.CreateAnd(Checks);
837 BI->setCondition(AllChecks);
LoopLoadElimination.cpp 391 const auto &AllChecks = LAI.getRuntimePointerChecking()->getChecks();
394 copy_if(AllChecks, std::back_inserter(Checks),

Completed in 22 milliseconds