Home
last modified time | relevance | path

Searched refs:ComputeInstructionState (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DSparsePropagation.h91 ComputeInstructionState(Instruction &I,
405 LatticeFunc->ComputeInstructionState(PN, ChangedValues, *this); in visitPHINode()
460 LatticeFunc->ComputeInstructionState(I, ChangedValues, *this); in visitInst()
/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DSparsePropagation.cpp140 void ComputeInstructionState( in ComputeInstructionState() function in __anon483a29410211::TestLatticeFunc
456 TEST_F(SparsePropagationTest, ComputeInstructionState) { in TEST_F() argument
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp172 void ComputeInstructionState( in ComputeInstructionState() function in __anone891627b0111::CVPLatticeFunc