Home
last modified time | relevance | path

Searched refs:OrderedInstructions (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DOrderedInstructions.cpp17 bool OrderedInstructions::localDominates(const Instruction *InstA, in localDominates()
32 bool OrderedInstructions::dominates(const Instruction *InstA, in dominates()
41 bool OrderedInstructions::dfsBefore(const Instruction *InstA, in dfsBefore()
DCMakeLists.txt43 OrderedInstructions.cpp
DPredicateInfo.cpp113 static bool valueComesBefore(OrderedInstructions &OI, const Value *A, in valueComesBefore()
130 OrderedInstructions &OI;
131 ValueDFS_Compare(OrderedInstructions &OI) : OI(OI) {} in ValueDFS_Compare()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DOrderedInstructions.h30 class OrderedInstructions {
45 OrderedInstructions(DominatorTree *DT) : DT(DT) {} in OrderedInstructions() function
DPredicateInfo.h250 OrderedInstructions OI;
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
DCMakeLists.txt17 OrderedInstructions.cpp
DOrderedInstructions.cpp57 OrderedInstructions OI(&*DT); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/
DGVN.h165 OrderedInstructions *OI;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DGVN.cpp2023 OrderedInstructions OrderedInstrs(DT); in runImpl()
/external/swiftshader/third_party/llvm-7.0/
DAndroid.mk970 llvm/lib/Transforms/Utils/OrderedInstructions.cpp \
DBUILD.gn1226 "llvm/lib/Transforms/Utils/OrderedInstructions.cpp",
/external/swiftshader/
DCMakeLists.txt1467 ${LLVM_DIR}/lib/Transforms/Utils/OrderedInstructions.cpp