Searched defs:Safe (Results 1 – 15 of 15) sorted by relevance
/external/llvm/tools/bugpoint/ |
D | Miscompilation.cpp | 695 std::unique_ptr<Module> Safe, std::string &Error) { in TestOptimizer() 767 Module *Safe) { in CleanupAndPrepareModules() 930 std::unique_ptr<Module> Safe, in TestCodeGenerator()
|
/external/swiftshader/third_party/LLVM/tools/bugpoint/ |
D | Miscompilation.cpp | 692 static bool TestOptimizer(BugDriver &BD, Module *Test, Module *Safe, in TestOptimizer() 761 Module *Safe) { in CleanupAndPrepareModules() 924 static bool TestCodeGenerator(BugDriver &BD, Module *Test, Module *Safe, in TestCodeGenerator()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/ |
D | Miscompilation.cpp | 700 std::unique_ptr<Module> Safe) { in TestOptimizer() 781 Module *Safe) { in CleanupAndPrepareModules() 943 std::unique_ptr<Module> Safe) { in TestCodeGenerator()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | GVNHoist.cpp | 598 SmallVectorImpl<CHIArg> &Safe) { in checkSafety() 715 SmallVector<CHIArg, 2> Safe; in findHoistableCandidates() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | ArgumentPromotion.cpp | 276 std::set<ArgPromotion::IndicesVector> &Safe) { in MarkIndicesSafe()
|
/external/llvm/lib/CodeGen/ |
D | SafeStack.cpp | 236 bool Safe = AllocaRange.contains(AccessRange); in IsAccessSafe() local
|
D | MachineLICM.cpp | 502 bool Safe = true; in HoistRegionPostRA() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | SafeStack.cpp | 243 bool Safe = AllocaRange.contains(AccessRange); in IsAccessSafe() local
|
D | MachineLICM.cpp | 550 bool Safe = true; in HoistRegionPostRA() local
|
/external/llvm/lib/Transforms/IPO/ |
D | ArgumentPromotion.cpp | 423 std::set<IndicesVector> &Safe) { in MarkIndicesSafe()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | ArgumentPromotion.cpp | 529 std::set<IndicesVector> &Safe) { in markIndicesSafe()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoadStoreVectorizer.cpp | 304 bool Safe = false; in isConsecutiveAccess() local
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | MachineLICM.cpp | 512 bool Safe = true; in HoistRegionPostRA() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
D | LoadStoreVectorizer.cpp | 416 bool Safe = false; in lookThroughComplexAddresses() local
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringARM32.cpp | 3993 SafeBoolChain Safe = lowerInt1(T_Lo, Src0); in lowerCast() local 4010 SafeBoolChain Safe = lowerInt1(T, Src0); in lowerCast() local 6821 SafeBoolChain Safe = SBC_Yes; in lowerInt1() local
|