Home
last modified time | relevance | path

Searched refs:SimplifiedValueBefore (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp4930 std::optional<Value *> SimplifiedValueBefore = SimplifiedValue; in foldIsSPMDExecMode() local
4986 return SimplifiedValue == SimplifiedValueBefore ? ChangeStatus::UNCHANGED in foldIsSPMDExecMode()
4992 std::optional<Value *> SimplifiedValueBefore = SimplifiedValue; in foldParallelLevel() local
5047 return SimplifiedValue == SimplifiedValueBefore ? ChangeStatus::UNCHANGED in foldParallelLevel()
5054 std::optional<Value *> SimplifiedValueBefore = SimplifiedValue; in foldKernelFnAttribute() local
5077 return SimplifiedValue == SimplifiedValueBefore ? ChangeStatus::UNCHANGED in foldKernelFnAttribute()