Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DOrderedInstructions.cpp16 bool OrderedInstructions::localDominates(const Instruction *InstA, in localDominates()
31 bool OrderedInstructions::dominates(const Instruction *InstA, in dominates()
40 bool OrderedInstructions::dfsBefore(const Instruction *InstA, in dfsBefore()
DCMakeLists.txt74 OrderedInstructions.cpp
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DOrderedInstructions.h29 class OrderedInstructions {
44 OrderedInstructions(DominatorTree *DT) : DT(DT) {} in OrderedInstructions() function
DInstructionPrecedenceTracking.h34 OrderedInstructions OI;
53 : OI(OrderedInstructions(DT)) {} in InstructionPrecedenceTracking()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DPredicateInfo.cpp112 static bool valueComesBefore(OrderedInstructions &OI, const Value *A, in valueComesBefore()
130 OrderedInstructions &OI;
131 ValueDFS_Compare(DominatorTree &DT, OrderedInstructions &OI) in ValueDFS_Compare()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DPredicateInfo.h249 OrderedInstructions OI;
/external/swiftshader/third_party/llvm-10.0/
DAndroid.bp76 "llvm/lib/Analysis/OrderedInstructions.cpp",
DBUILD.gn230 "llvm/lib/Analysis/OrderedInstructions.cpp",
DCMakeLists.txt74 ${LLVM_DIR}/lib/Analysis/OrderedInstructions.cpp