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.h99 class ImplicitControlFlowTracking : public InstructionPrecedenceTracking {
H A DMustExecute.h127 /// This implementation of LoopSafetyInfo use ImplicitControlFlowTracking to
136 mutable ImplicitControlFlowTracking ICF;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionPrecedenceTracking.cpp137 bool ImplicitControlFlowTracking::isSpecialInstruction( in isSpecialInstruction()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVN.h45 class ImplicitControlFlowTracking; variable
227 ImplicitControlFlowTracking *ICF = nullptr;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp2768 ImplicitControlFlowTracking ImplicitCFT; in runImpl()