Home
last modified time | relevance | path

Searched defs:comesBefore (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DSSAContext.cpp72 bool SSAContext::comesBefore(const Instruction *lhs, const Instruction *rhs) { comesBefore() function in SSAContext
H A DInstruction.cpp318 bool Instruction::comesBefore(const Instruction *Other) const { in comesBefore() function in Instruction