Searched defs:isSafe (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/lib/Target/Lanai/ | ||
H A D | LanaiInstrInfo.cpp | 351 bool isSafe = false; in optimizeCompareInstr() local |
/llvm-project/llvm/lib/Target/Hexagon/ | ||
H A D | HexagonCopyToCombine.cpp | 270 bool isSafe = true; in isSafeToMoveTogether() local |
/llvm-project/llvm/lib/Analysis/ | ||
H A D | StackSafetyAnalysis.cpp | 998 bool StackSafetyGlobalInfo::isSafe(const AllocaInst &AI) const { in isSafe() function in StackSafetyGlobalInfo |
/llvm-project/llvm/lib/Transforms/Vectorize/ | ||
H A D | VectorCombine.cpp | 1156 bool isSafe() const { return Status == StatusTy::Safe; } isSafe() function in __anon1d97b8fb0511::ScalarizationResult |
/llvm-project/llvm/lib/Target/ARM/ | ||
H A D | ARMBaseInstrInfo.cpp | 3162 bool isSafe = false; optimizeCompareInstr() local |