Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DSparsePropagation.h90 ComputeInstructionState(Instruction &I,
408 LatticeFunc->ComputeInstructionState(PN, ChangedValues, *this); in visitPHINode()
463 LatticeFunc->ComputeInstructionState(I, ChangedValues, *this); in visitInst()
/external/llvm/lib/Analysis/
DSparsePropagation.cpp235 LatticeVal IV = LatticeFunc->ComputeInstructionState(PN, *this); in visitPHINode()
285 LatticeVal IV = LatticeFunc->ComputeInstructionState(I, *this); in visitInst()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DSparsePropagation.cpp234 LatticeVal IV = LatticeFunc->ComputeInstructionState(PN, *this); in visitPHINode()
284 LatticeVal IV = LatticeFunc->ComputeInstructionState(I, *this); in visitInst()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DSparsePropagation.h103 virtual LatticeVal ComputeInstructionState(Instruction &I, SparseSolver &SS) { in ComputeInstructionState() function
/external/llvm/include/llvm/Analysis/
DSparsePropagation.h102 virtual LatticeVal ComputeInstructionState(Instruction &I, SparseSolver &SS) { in ComputeInstructionState() function
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DSparsePropagation.cpp142 void ComputeInstructionState( in ComputeInstructionState() function in __anonc8b100540211::TestLatticeFunc
459 TEST_F(SparsePropagationTest, ComputeInstructionState) { in TEST_F() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DCalledValuePropagation.cpp170 void ComputeInstructionState( in ComputeInstructionState() function in __anond4389d6e0111::CVPLatticeFunc