Searched refs:ComputeInstructionState (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | SparsePropagation.h | 90 ComputeInstructionState(Instruction &I, 408 LatticeFunc->ComputeInstructionState(PN, ChangedValues, *this); in visitPHINode() 463 LatticeFunc->ComputeInstructionState(I, ChangedValues, *this); in visitInst()
|
/external/llvm/lib/Analysis/ |
D | SparsePropagation.cpp | 235 LatticeVal IV = LatticeFunc->ComputeInstructionState(PN, *this); in visitPHINode() 285 LatticeVal IV = LatticeFunc->ComputeInstructionState(I, *this); in visitInst()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | SparsePropagation.cpp | 234 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/ |
D | SparsePropagation.h | 103 virtual LatticeVal ComputeInstructionState(Instruction &I, SparseSolver &SS) { in ComputeInstructionState() function
|
/external/llvm/include/llvm/Analysis/ |
D | SparsePropagation.h | 102 virtual LatticeVal ComputeInstructionState(Instruction &I, SparseSolver &SS) { in ComputeInstructionState() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/ |
D | SparsePropagation.cpp | 142 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/ |
D | CalledValuePropagation.cpp | 170 void ComputeInstructionState( in ComputeInstructionState() function in __anond4389d6e0111::CVPLatticeFunc
|