Home
last modified time | relevance | path

Searched defs:isVariable (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineCost.h141 bool isVariable() const { return !isAlways() && !isNever(); } in isVariable() function
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DRecord.h132 bool isVariable() const { return GV == Kind::Variable; } in isVariable() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbol.h300 bool isVariable() const { in isVariable() function