Searched refs:OrderedInstructions (Results 1 – 9 of 9) sorted by relevance
16 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()
74 OrderedInstructions.cpp
29 class OrderedInstructions {44 OrderedInstructions(DominatorTree *DT) : DT(DT) {} in OrderedInstructions() function
34 OrderedInstructions OI;53 : OI(OrderedInstructions(DT)) {} in InstructionPrecedenceTracking()
112 static bool valueComesBefore(OrderedInstructions &OI, const Value *A, in valueComesBefore()130 OrderedInstructions &OI;131 ValueDFS_Compare(DominatorTree &DT, OrderedInstructions &OI) in ValueDFS_Compare()
249 OrderedInstructions OI;
76 "llvm/lib/Analysis/OrderedInstructions.cpp",
230 "llvm/lib/Analysis/OrderedInstructions.cpp",
74 ${LLVM_DIR}/lib/Analysis/OrderedInstructions.cpp