Searched defs:isFast (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ | ||
H A D | FMF.h | 73 bool isFast() const { return all(); } in isFast() function |
H A D | Operator.h | 241 bool isFast() const { isFast() function |
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ | ||
H A D | Instruction.cpp | 494 bool Instruction::isFast() const { isFast() function in Instruction |
/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/ | ||
H A D | Preprocessor.h | 2197 IncrementPasteCounter(bool isFast) IncrementPasteCounter() argument |