Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DFastISel.h516 bool selectFreeze(const User *I);
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1437 bool FastISel::selectFreeze(const User *I) { in selectFreeze() function in FastISel
1800 return selectFreeze(I); in selectOperator()