Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Coroutines/
H A DMaterializationUtils.h20 LLVM_ABI bool isTriviallyMaterializable(Instruction &I);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DMaterializationUtils.cpp241 bool llvm::coro::isTriviallyMaterializable(Instruction &V) { in isTriviallyMaterializable() function in llvm::coro
H A DCoroSplit.cpp2161 CreateNewABI(F, S, coro::isTriviallyMaterializable, {}); in CoroSplitPass()
2171 CreateNewABI(F, S, coro::isTriviallyMaterializable, GenCustomABIs); in CoroSplitPass()