Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Davoid-capturing-lambda-coroutines.cpp29 void Safe() { in Safe() function
/llvm-project/clang/test/SemaCXX/
H A Dwarn-float-conversion.cpp127 constexpr bool Check<char>::Safe() { return false; } in Safe() function in Check
130 constexpr bool Check<float>::Safe() { return true; } in Safe() function in Check
/llvm-project/llvm/tools/bugpoint/
H A DMiscompilation.cpp702 std::unique_ptr<Module> Safe) { in TestOptimizer() argument
783 Module *Safe) { in CleanupAndPrepareModules() argument
947 TestCodeGenerator(BugDriver & BD,std::unique_ptr<Module> Test,std::unique_ptr<Module> Safe) TestCodeGenerator() argument
[all...]
/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp445 bool Safe = isSafeAccess(UI, AI, TypeSize); in analyzeAllUses() local
458 bool Safe = isSafeAccess(UI, AI, TypeSize); in analyzeAllUses() local
494 bool Safe = false; in analyzeAllUses() local
521 bool Safe = isSafeAccess(UI, AI, TypeSize); analyzeAllUses() local
[all...]
H A DValueTracking.cpp7057 bool Safe = llvm::all_of(ShiftAmounts, [](const Constant *C) { shiftAmountKnownInRange() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp761 checkSafety(CHIArgs C,BasicBlock * BB,GVNHoist::InsKind K,SmallVectorImpl<CHIArg> & Safe) checkSafety() argument
855 SmallVector<CHIArg, 2> Safe; findHoistableCandidates() local
[all...]
/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h107 Safe, global() enumerator
/llvm-project/llvm/lib/CodeGen/
H A DSafeStack.cpp238 bool Safe = AllocaRange.contains(AccessRange); IsAccessSafe() local
H A DMachineLICM.cpp643 bool Safe = true; HoistRegionPostRA() local
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp1224 bool Safe = false; getConstantOffsetComplexAddrs() local
H A DVectorCombine.cpp1135 enum class StatusTy { Unsafe, Safe, SafeWithFreeze }; global() enumerator
/llvm-project/lld/COFF/
H A DConfig.h100 Safe, // Safe ICF for all sections. global() enumerator
/llvm-project/lld/ELF/
H A DConfig.h69 enum class ICFLevel { None, Safe, All }; global() enumerator