Searched defs:Safe (Results 1 - 7 of 7) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp715 SmallVector<CHIArg, 2> Safe; local
720 checkSafety(make_range(PrevIt, PHIIt), BB, K, Safe); local
597 checkSafety(CHIArgs C, BasicBlock *BB, InsKind K, SmallVectorImpl<CHIArg> &Safe) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp535 markIndicesSafe(const IndicesVector &ToMark, std::set<IndicesVector> &Safe) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStack.cpp243 bool Safe = AllocaRange.contains(AccessRange); local
H A DMachineLICM.cpp587 bool Safe = true; local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h105 Safe, member in class:llvm::MemoryDepChecker::VectorizationSafetyStatus
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DConfig.h44 enum class ICFLevel { None, Safe, All }; member in class:lld::elf::ICFLevel
/freebsd-11-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DMiscompilation.cpp698 TestOptimizer(BugDriver &BD, std::unique_ptr<Module> Test, std::unique_ptr<Module> Safe) argument
779 CleanupAndPrepareModules(BugDriver &BD, std::unique_ptr<Module> Test, Module *Safe) argument
942 TestCodeGenerator(BugDriver &BD, std::unique_ptr<Module> Test, std::unique_ptr<Module> Safe) argument
[all...]

Completed in 128 milliseconds