Searched refs:OrderedInstructions (Results 1 – 12 of 12) sorted by relevance
17 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()
43 OrderedInstructions.cpp
113 static bool valueComesBefore(OrderedInstructions &OI, const Value *A, in valueComesBefore()130 OrderedInstructions &OI;131 ValueDFS_Compare(OrderedInstructions &OI) : OI(OI) {} in ValueDFS_Compare()
30 class OrderedInstructions {45 OrderedInstructions(DominatorTree *DT) : DT(DT) {} in OrderedInstructions() function
250 OrderedInstructions OI;
17 OrderedInstructions.cpp
57 OrderedInstructions OI(&*DT); in TEST()
165 OrderedInstructions *OI;
2023 OrderedInstructions OrderedInstrs(DT); in runImpl()
970 llvm/lib/Transforms/Utils/OrderedInstructions.cpp \
1226 "llvm/lib/Transforms/Utils/OrderedInstructions.cpp",
1467 ${LLVM_DIR}/lib/Transforms/Utils/OrderedInstructions.cpp