Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DOrderedBasicBlock.cpp35 bool OrderedBasicBlock::comesBefore(const Instruction *A, in comesBefore() function in OrderedBasicBlock
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DOrderedBasicBlock.cpp34 bool OrderedBasicBlock::comesBefore(const Instruction *A, in comesBefore() function in OrderedBasicBlock
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DSSAContext.cpp74 bool SSAContext::comesBefore(const Instruction *lhs, const Instruction *rhs) { in comesBefore() function in SSAContext
DInstruction.cpp122 bool Instruction::comesBefore(const Instruction *Other) const { in comesBefore() function in Instruction