Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFMF.h73 bool isFast() const { return all(); } in isFast() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp570 bool Instruction::isFast() const { in isFast() function in Instruction
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2223 void IncrementPasteCounter(bool isFast) { in IncrementPasteCounter()