Home
last modified time | relevance | path

Searched defs:comesBefore (Results 1 – 3 of 3) 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/llvm-project/llvm/lib/IR/
DInstruction.cpp110 bool Instruction::comesBefore(const Instruction *Other) const { in comesBefore() function in Instruction