Home
last modified time | relevance | path

Searched refs:ImplicitControlFlowTracking (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInstructionPrecedenceTracking.h98 class LLVM_ABI ImplicitControlFlowTracking
H A DMustExecute.h137 mutable ImplicitControlFlowTracking ICF;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionPrecedenceTracking.cpp130 bool ImplicitControlFlowTracking::isSpecialInstruction( in isSpecialInstruction()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVN.h45 class ImplicitControlFlowTracking; variable
254 ImplicitControlFlowTracking *ICF = nullptr;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp2834 ImplicitControlFlowTracking ImplicitCFT; in runImpl()