Home
last modified time | relevance | path

Searched defs:Safe (Results 1 – 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/tools/bugpoint/
HDMiscompilation.cpp699 std::unique_ptr<Module> Safe) { in TestOptimizer()
780 Module *Safe) { in CleanupAndPrepareModules()
944 std::unique_ptr<Module> Safe) { in TestCodeGenerator()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDLoopAccessAnalysis.h105 Safe, enumerator
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDGVNHoist.cpp598 SmallVectorImpl<CHIArg> &Safe) { in checkSafety()
715 SmallVector<CHIArg, 2> Safe; in findHoistableCandidates() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDSafeStack.cpp243 bool Safe = AllocaRange.contains(AccessRange); in IsAccessSafe() local
HDMachineLICM.cpp587 bool Safe = true; in HoistRegionPostRA() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDArgumentPromotion.cpp536 std::set<IndicesVector> &Safe) { in markIndicesSafe()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDLoadStoreVectorizer.cpp449 bool Safe = false; in lookThroughComplexAddresses() local
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
HDConfig.h44 enum class ICFLevel { None, Safe, All }; enumerator