Searched defs:Safe (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSafeStack.cpp247 bool Safe = AllocaRange.contains(AccessRange); local
H A DMachineLICM.cpp575 bool Safe = true; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp530 markIndicesSafe(const IndicesVector &ToMark, std::set<IndicesVector> &Safe) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DMiscompilation.cpp701 TestOptimizer(BugDriver &BD, std::unique_ptr<Module> Test, std::unique_ptr<Module> Safe) argument
782 CleanupAndPrepareModules(BugDriver &BD, std::unique_ptr<Module> Test, Module *Safe) argument
945 TestCodeGenerator(BugDriver &BD, std::unique_ptr<Module> Test, std::unique_ptr<Module> Safe) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h100 Safe, member in class:llvm::MemoryDepChecker::VectorizationSafetyStatus
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp894 SmallVector<CHIArg, 2> Safe; local
899 checkSafety(make_range(PrevIt, PHIIt), BB, K, Safe); local
806 checkSafety(CHIArgs C, BasicBlock *BB, GVNHoist::InsKind K, SmallVectorImpl<CHIArg> &Safe) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DValueTracking.cpp4917 bool Safe = llvm::all_of(ShiftAmounts, [](Constant *C) { local

Completed in 246 milliseconds