Searched defs:comesBefore (Results 1 – 4 of 4) sorted by relevance
35 bool OrderedBasicBlock::comesBefore(const Instruction *A, in comesBefore() function in OrderedBasicBlock
34 bool OrderedBasicBlock::comesBefore(const Instruction *A, in comesBefore() function in OrderedBasicBlock
74 bool SSAContext::comesBefore(const Instruction *lhs, const Instruction *rhs) { in comesBefore() function in SSAContext
122 bool Instruction::comesBefore(const Instruction *Other) const { in comesBefore() function in Instruction